Skip to content

Commit

Permalink
Merge pull request #300 from scala-steward/update/ciris-3.5.0
Browse files Browse the repository at this point in the history
Update ciris to 3.5.0
  • Loading branch information
2m committed Dec 2, 2023
2 parents 6a6b7d5 + fdcb6a2 commit dbde3ec
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.12"
crossScalaVersions += "3.3.1"

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

0 comments on commit dbde3ec

Please sign in to comment.