Skip to content

Commit 5d4e89a

Browse files
authored
Update build.sbt
1 parent bf1b7f3 commit 5d4e89a

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
@@ -19,7 +19,7 @@ pomIncludeRepository := { x => false }
1919
libraryDependencies ++= Seq(
2020
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.1.11",
2121
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.5.2",
22-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.0",
22+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
2323
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
2424
"org.slf4j" % "slf4j-simple" % "1.7.32" % Test
2525
)

0 commit comments

Comments
 (0)