We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec4554 commit fad7524Copy full SHA for fad7524
build.sbt
@@ -6,7 +6,7 @@ import sbtghactions.JavaSpec.Distribution.Zulu
6
7
organization := "com.github.swagger-akka-http"
8
9
-ThisBuild / scalaVersion := "2.13.7"
+ThisBuild / scalaVersion := "2.13.8"
10
11
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7")
12
@@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
24
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
25
"com.beachape" %% "enumeratum" % "1.7.0",
26
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
27
- "org.slf4j" % "slf4j-simple" % "1.7.32" % Test
+ "org.slf4j" % "slf4j-simple" % "1.7.33" % Test
28
)
29
30
homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
0 commit comments