Skip to content

Commit

Permalink
Merge pull request #365 from scala-steward/update/jackson-module-scal…
Browse files Browse the repository at this point in the history
…a-2.15.3

Update jackson-module-scala to 2.15.3
  • Loading branch information
tototoshi authored Oct 29, 2023
2 parents c91c08c + a186db3 commit 26fc214
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 @@ -61,7 +61,7 @@ lazy val playapp = project
guice,
"com.h2database" % "h2" % "2.2.224",
"postgresql" % "postgresql" % "9.1-901-1.jdbc4",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3",
"com.typesafe.play" %% "play-test" % play.core.PlayVersion.current % "test"
excludeAll ExclusionRule(organization = "org.specs2"),
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "test",
Expand Down

0 comments on commit 26fc214

Please sign in to comment.