Skip to content

Commit ebf14ea

Browse files
authored
Update build.sbt
1 parent e872a70 commit ebf14ea

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
@@ -90,7 +90,7 @@ Compile / unmanagedSourceDirectories ++= {
9090
libraryDependencies ++= Seq(
9191
"org.slf4j" % "slf4j-api" % "2.0.3",
9292
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.4",
93-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0-rc2",
93+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0-rc3",
9494
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
9595
"org.slf4j" % "slf4j-simple" % "2.0.3" % Test
9696
)

0 commit comments

Comments
 (0)