File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88
99ThisBuild / scalaVersion := " 2.13.8"
1010
11- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15" , " 2.13.7 " )
11+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15" , " 2.13.8 " )
1212
1313ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-enumeratum-module" ))
1414
@@ -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.33 " % Test
27+ " org.slf4j" % " slf4j-simple" % " 1.7.36 " % Test
2828)
2929
3030homepage := Some (new URL (" https://github.com/swagger-akka-http/swagger-enumeratum-module" ))
You can’t perform that action at this time.
0 commit comments