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 f39f696 + 169ea05 commit 3bed789Copy full SHA for 3bed789
build.sbt
@@ -483,7 +483,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
483
scalaVersion := scala3Version,
484
libraryDependencies ++= scalaTestDeps
485
.map(_.withConfigurations(Some("it,test"))),
486
- libraryDependencies += "io.scalaland" %% "chimney" % "1.8.0",
+ libraryDependencies += "io.scalaland" %% "chimney" % "1.8.1",
487
Defaults.itSettings
488
)
489
0 commit comments