Skip to content

Commit

Permalink
Merge pull request #861 from scala-steward/update/chimney-1.7.0
Browse files Browse the repository at this point in the history
Update chimney to 1.7.0
  • Loading branch information
mergify[bot] authored Jan 25, 2025
2 parents c6b541b + c861474 commit d62a48a
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.7.0"
)
}

Expand Down

0 comments on commit d62a48a

Please sign in to comment.