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 906e8cf

Browse files
authoredFeb 7, 2025
Merge pull request #1742 from Baeldung/update/chimney-1.7.2
Update chimney from 1.7.0 to 1.7.2
2 parents 030c8ef + 3bc2f0a commit 906e8cf

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
@@ -480,7 +480,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
480480
scalaVersion := scala3Version,
481481
libraryDependencies ++= scalaTestDeps
482482
.map(_.withConfigurations(Some("it,test"))),
483-
libraryDependencies += "io.scalaland" %% "chimney" % "1.7.0",
483+
libraryDependencies += "io.scalaland" %% "chimney" % "1.7.2",
484484
Defaults.itSettings
485485
)
486486

0 commit comments

Comments
 (0)
Please sign in to comment.