Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8659638

Browse files
authoredMay 20, 2025
Merge pull request #1862 from Baeldung/update/chimney-1.8.0
Update chimney from 1.7.3 to 1.8.0
2 parents 7413a5d + 054c320 commit 8659638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
483483
scalaVersion := scala3Version,
484484
libraryDependencies ++= scalaTestDeps
485485
.map(_.withConfigurations(Some("it,test"))),
486-
libraryDependencies += "io.scalaland" %% "chimney" % "1.7.3",
486+
libraryDependencies += "io.scalaland" %% "chimney" % "1.8.0",
487487
Defaults.itSettings
488488
)
489489

0 commit comments

Comments
 (0)