Skip to content

Commit a0f9148

Browse files
authored
Update build.sbt
1 parent 2abd76c commit a0f9148

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

0 commit comments

Comments
 (0)