Skip to content

Commit

Permalink
use Scala 2.13 for swagger-scala-module
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Nov 1, 2023
1 parent 1f12c39 commit 61dafb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ lazy val swagger = (projectMatrix in file("."))
"com.typesafe.play" %% "play-test" % "2.9.0" % Test,
"com.typesafe.play" %% "play-specs2" % "2.9.0" % Test,
"io.swagger" % "swagger-core" % "1.6.11",
"io.swagger" %% "swagger-scala-module" % "1.0.6",
("io.swagger" %% "swagger-scala-module" % "1.0.6")
.cross(CrossVersion.for3Use2_13)
.exclude("com.fasterxml.jackson.module", "jackson-module-scala_2.13"),
"javax.xml.bind" % "jaxb-api" % "2.3.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
"com.typesafe.play" %% "play-ebean" % "7.0.0-RC2" % Test,
Expand Down

0 comments on commit 61dafb1

Please sign in to comment.