Skip to content

Commit 1e25b5b

Browse files
authored
Merge pull request #1615 from Baeldung/update/chimney-1.5.0
Update chimney from 1.4.0 to 1.5.0
2 parents 530b8f1 + e04a5ea commit 1e25b5b

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
@@ -464,7 +464,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
464464
scalaVersion := scala3Version,
465465
libraryDependencies ++= scalaTestDeps
466466
.map(_.withConfigurations(Some("it,test"))),
467-
libraryDependencies += "io.scalaland" %% "chimney" % "1.4.0",
467+
libraryDependencies += "io.scalaland" %% "chimney" % "1.5.0",
468468
Defaults.itSettings
469469
)
470470

0 commit comments

Comments
 (0)