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 530b8f1 + e04a5ea commit 1e25b5bCopy full SHA for 1e25b5b
build.sbt
@@ -464,7 +464,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
464
scalaVersion := scala3Version,
465
libraryDependencies ++= scalaTestDeps
466
.map(_.withConfigurations(Some("it,test"))),
467
- libraryDependencies += "io.scalaland" %% "chimney" % "1.4.0",
+ libraryDependencies += "io.scalaland" %% "chimney" % "1.5.0",
468
Defaults.itSettings
469
)
470
0 commit comments