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 030c8ef + 3bc2f0a commit 906e8cfCopy full SHA for 906e8cf
build.sbt
@@ -480,7 +480,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
480
scalaVersion := scala3Version,
481
libraryDependencies ++= scalaTestDeps
482
.map(_.withConfigurations(Some("it,test"))),
483
- libraryDependencies += "io.scalaland" %% "chimney" % "1.7.0",
+ libraryDependencies += "io.scalaland" %% "chimney" % "1.7.2",
484
Defaults.itSettings
485
)
486
0 commit comments