Skip to content

Commit

Permalink
Merge pull request #321 from scala-steward/update/ciris-3.6.0
Browse files Browse the repository at this point in the history
Update ciris to 3.6.0
  • Loading branch information
2m authored May 29, 2024
2 parents bb5939a + 0152fea commit 413a458
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 413a458

Please sign in to comment.