Skip to content

Commit

Permalink
Merge pull request #283 from scala-steward/update/ciris-3.1.0
Browse files Browse the repository at this point in the history
Update ciris to 3.1.0
  • Loading branch information
mergify[bot] authored Feb 10, 2023
2 parents 46f3e4c + 67093b0 commit 8b92418
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.10"
crossScalaVersions += "3.2.2"

libraryDependencies ++= Seq(
"is.cir" %% "ciris" % "3.0.0",
"is.cir" %% "ciris" % "3.1.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 8b92418

Please sign in to comment.