We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46f3e4c + 67093b0 commit 8b92418Copy full SHA for 8b92418
build.sbt
@@ -6,7 +6,7 @@ scalaVersion := "2.13.10"
6
crossScalaVersions += "3.2.2"
7
8
libraryDependencies ++= Seq(
9
- "is.cir" %% "ciris" % "3.0.0",
+ "is.cir" %% "ciris" % "3.1.0",
10
"com.typesafe" % "config" % "1.4.2",
11
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test",
12
"org.typelevel" %% "cats-effect" % "3.4.6" % "test"
0 commit comments