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.
1 parent 148ecb6 commit 39e44b7Copy full SHA for 39e44b7
build.sbt
@@ -472,7 +472,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
472
scalaVersion := scala3Version,
473
libraryDependencies ++= scalaTestDeps
474
.map(_.withConfigurations(Some("it,test"))),
475
- libraryDependencies += "io.scalaland" %% "chimney" % "1.5.0",
+ libraryDependencies += "io.scalaland" %% "chimney" % "1.6.0",
476
Defaults.itSettings
477
)
478
0 commit comments