Skip to content

Commit

Permalink
Update ciris to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 7, 2024
1 parent bb5939a commit 0152fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalaVersion := "2.13.14"
crossScalaVersions += "3.3.3"

libraryDependencies ++= Seq(
"is.cir" %% "ciris" % "3.5.0",
"is.cir" %% "ciris" % "3.6.0",
"com.typesafe" % "config" % "1.4.3",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
"org.typelevel" %% "cats-effect" % "3.5.4" % "test"
Expand Down

0 comments on commit 0152fea

Please sign in to comment.