Skip to content

Commit f82682a

Browse files
authored
Merge pull request #1701 from Baeldung/update/chimney-1.6.0
Update chimney from 1.5.0 to 1.6.0
2 parents a6f54d7 + 39e44b7 commit f82682a

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
@@ -472,7 +472,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
472472
scalaVersion := scala3Version,
473473
libraryDependencies ++= scalaTestDeps
474474
.map(_.withConfigurations(Some("it,test"))),
475-
libraryDependencies += "io.scalaland" %% "chimney" % "1.5.0",
475+
libraryDependencies += "io.scalaland" %% "chimney" % "1.6.0",
476476
Defaults.itSettings
477477
)
478478

0 commit comments

Comments
 (0)