Skip to content

Commit 0a55b6d

Browse files
authored
Update build.sbt
1 parent b7af620 commit 0a55b6d

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
@@ -23,7 +23,7 @@ pomIncludeRepository := { x => false }
2323
libraryDependencies ++= Seq(
2424
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.7",
2525
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.8.2",
26-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0",
26+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
2727
"com.beachape" %% "enumeratum" % "1.7.0",
2828
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
2929
"org.slf4j" % "slf4j-simple" % "2.0.4" % Test

0 commit comments

Comments
 (0)