File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ import org.typelevel.sbt.gha.UseRef.Public
77
88organization := " com.github.swagger-akka-http"
99
10- ThisBuild / version := " 2.8.0-SNAPSHOT"
11-
1210ThisBuild / scalaVersion := " 2.13.10"
1311
1412ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.17" , " 2.13.10" , " 3.2.0" )
@@ -88,11 +86,11 @@ Compile / unmanagedSourceDirectories ++= {
8886}
8987
9088libraryDependencies ++= Seq (
91- " org.slf4j" % " slf4j-api" % " 2.0.3 " ,
89+ " org.slf4j" % " slf4j-api" % " 1.7.36 " ,
9290 " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.4" ,
93- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.14.0-rc2 " ,
91+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.13.4 " ,
9492 " org.scalatest" %% " scalatest" % " 3.2.14" % Test ,
95- " org.slf4j" % " slf4j-simple" % " 2.0.3 " % Test
93+ " org.slf4j" % " slf4j-simple" % " 1.7.36 " % Test
9694)
9795libraryDependencies ++= {
9896 if (scalaReleaseVersion.value == 2 ) {
You can’t perform that action at this time.
0 commit comments