Skip to content

Commit 4ec010c

Browse files
committed
Update build.sbt
1 parent ae62318 commit 4ec010c

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
@@ -29,7 +29,7 @@ scalaMajorVersion := {
2929

3030
ThisBuild / 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 }
4646
libraryDependencies ++= 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
)

0 commit comments

Comments
 (0)