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 a6f54d7 + 39e44b7 commit f82682aCopy full SHA for f82682a
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