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 7413a5d + 054c320 commit 8659638Copy full SHA for 8659638
build.sbt
@@ -483,7 +483,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
483
scalaVersion := scala3Version,
484
libraryDependencies ++= scalaTestDeps
485
.map(_.withConfigurations(Some("it,test"))),
486
- libraryDependencies += "io.scalaland" %% "chimney" % "1.7.3",
+ libraryDependencies += "io.scalaland" %% "chimney" % "1.8.0",
487
Defaults.itSettings
488
)
489
0 commit comments