Skip to content

Commit 434ecb8

Browse files
Update jackson-module-scala to 2.15.0-rc3 (#242)
1 parent bd0b2a8 commit 434ecb8

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
@@ -86,7 +86,7 @@ Compile / unmanagedSourceDirectories ++= {
8686
libraryDependencies ++= Seq(
8787
"org.slf4j" % "slf4j-api" % "2.0.7",
8888
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.9",
89-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.0-rc2",
89+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.0-rc3",
9090
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
9191
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test
9292
)

0 commit comments

Comments
 (0)