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 0386c6f + f0847b5 commit ced360dCopy full SHA for ced360d
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.2",
+ libraryDependencies += "io.scalaland" %% "chimney" % "1.7.3",
484
Defaults.itSettings
485
)
486
0 commit comments