Skip to content

Commit fad7524

Browse files
authored
Update build.sbt
1 parent 9ec4554 commit fad7524

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
@@ -6,7 +6,7 @@ import sbtghactions.JavaSpec.Distribution.Zulu
66

77
organization := "com.github.swagger-akka-http"
88

9-
ThisBuild / scalaVersion := "2.13.7"
9+
ThisBuild / scalaVersion := "2.13.8"
1010

1111
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7")
1212

@@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
2424
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
2525
"com.beachape" %% "enumeratum" % "1.7.0",
2626
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
27-
"org.slf4j" % "slf4j-simple" % "1.7.32" % Test
27+
"org.slf4j" % "slf4j-simple" % "1.7.33" % Test
2828
)
2929

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

0 commit comments

Comments
 (0)