Skip to content

Commit 3bed789

Browse files
authored
Merge pull request #1876 from Baeldung/update/chimney-1.8.1
Update chimney from 1.8.0 to 1.8.1
2 parents f39f696 + 169ea05 commit 3bed789

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.8.0",
486+
libraryDependencies += "io.scalaland" %% "chimney" % "1.8.1",
487487
Defaults.itSettings
488488
)
489489

0 commit comments

Comments
 (0)