Skip to content

Commit 92989a4

Browse files
committed
Update build.sbt
1 parent d893369 commit 92989a4

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
@@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
2626
"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,
29-
"org.slf4j" % "slf4j-simple" % "2.0.5" % Test
29+
"org.slf4j" % "slf4j-simple" % "2.0.6" % Test
3030
)
3131

3232
homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-enumeratum-module"))

0 commit comments

Comments
 (0)