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 @@ -29,7 +29,7 @@ scalaMajorVersion := {
2929
3030ThisBuild / scalacOptions ++= {
3131 val additionalSettings =
32- if (scalaReleaseVersion.value == 2 && scalaMajorVersion.value <= 12 ) {
32+ if (scalaReleaseVersion.value == 2 ) {
3333 Seq (" -language:existentials" )
3434 } else {
3535 Seq .empty[String ]
@@ -46,7 +46,7 @@ pomIncludeRepository := { x => false }
4646libraryDependencies ++= Seq (
4747 " org.slf4j" % " slf4j-api" % " 1.7.32" ,
4848 " io.swagger.core.v3" % " swagger-core" % " 2.1.10" ,
49- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.13.0-SNAPSHOT " ,
49+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.13.0-rc2 " ,
5050 " org.scalatest" %% " scalatest" % " 3.2.9" % Test ,
5151 " org.slf4j" % " slf4j-simple" % " 1.7.32" % Test
5252)
You can’t perform that action at this time.
0 commit comments