Skip to content

Commit 3a159f1

Browse files
committed
Update build.sbt
1 parent 16e0cfa commit 3a159f1

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
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
2121
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.8.0",
2222
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0",
2323
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
24-
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test
24+
"org.slf4j" % "slf4j-simple" % "2.0.3" % Test
2525
)
2626

2727
homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-scala3-enum-module"))

0 commit comments

Comments
 (0)