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 a830133 commit 169ea05Copy full SHA for 169ea05
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.8.0",
+ libraryDependencies += "io.scalaland" %% "chimney" % "1.8.1",
487
Defaults.itSettings
488
)
489
0 commit comments