Skip to content

Commit

Permalink
bump swagger-play to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Feb 16, 2021
1 parent 2e10604 commit 6d7c625
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ lazy val play28 = ConfigAxis("play28", "play2.8")
lazy val scala212 = "2.12.13"
lazy val scala213 = "2.13.4"

lazy val swaggerPlayVersion = "3.1.0"

lazy val root = (project in file("."))
.aggregate(plugin, testPlugin)
.aggregate(runner.projectRefs: _*)
Expand Down Expand Up @@ -66,7 +68,7 @@ lazy val runner = (projectMatrix in file("runner"))
_.settings(
moduleName := "sbt-swagger-play2.8-runner",
libraryDependencies ++= Seq(
"com.github.dwickern" %% "swagger-play2.8" % "3.0.0",
"com.github.dwickern" %% "swagger-play2.8" % swaggerPlayVersion,
"io.swagger" % "swagger-parser" % "1.0.54",
),
)
Expand All @@ -77,7 +79,7 @@ lazy val runner = (projectMatrix in file("runner"))
_.settings(
moduleName := "sbt-swagger-play2.7-runner",
libraryDependencies ++= Seq(
"com.github.dwickern" %% "swagger-play2.7" % "3.0.0",
"com.github.dwickern" %% "swagger-play2.7" % swaggerPlayVersion,
"io.swagger" % "swagger-parser" % "1.0.47",
),
)
Expand Down

0 comments on commit 6d7c625

Please sign in to comment.