Skip to content

Commit

Permalink
Update chimney to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 31, 2024
1 parent 5598046 commit 4d4853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy val serverDependencies = libraryDependencies ++= {
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.1",
"com.beachape" %% "enumeratum" % enumeratumV,
"com.beachape" %% "enumeratum-circe" % enumeratumV,
"io.scalaland" %% "chimney" % "1.4.0"
"io.scalaland" %% "chimney" % "1.6.0"
)
}

Expand Down

0 comments on commit 4d4853e

Please sign in to comment.