Skip to content

Commit d98b0d4

Browse files
authored
jackson 2.15.0-rc1
1 parent 5bbc85b commit d98b0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Compile / unmanagedSourceDirectories ++= {
8484
}
8585

8686
libraryDependencies ++= Seq(
87-
"org.slf4j" % "slf4j-api" % "2.0.6",
87+
"org.slf4j" % "slf4j-api" % "2.0.7",
8888
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.8",
89-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
89+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.0-rc1",
9090
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
9191
"org.slf4j" % "slf4j-simple" % "2.0.6" % Test
9292
)

0 commit comments

Comments
 (0)