Skip to content

Commit

Permalink
Update jackson-module-scala to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 30, 2024
1 parent 6957bfb commit 729d628
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 @@ -62,7 +62,7 @@ lazy val playapp = project
guice,
"com.h2database" % "h2" % "2.3.232",
"postgresql" % "postgresql" % "9.1-901-1.jdbc4",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1",
"org.playframework" %% "play-test" % play.core.PlayVersion.current % "test"
excludeAll ExclusionRule(organization = "org.specs2"),
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "test",
Expand Down

0 comments on commit 729d628

Please sign in to comment.