Skip to content

Commit

Permalink
Update scala-library to 2.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 28, 2021
1 parent 9f9765d commit e6c982d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val noPublishSettings = Seq(
publishArtifact := false
)

lazy val scalaV = "2.12.12"
lazy val scalaV = "2.12.14"

lazy val root = project.in(file("."))
.aggregate(playSwagger, sbtPlaySwagger)
Expand Down
2 changes: 1 addition & 1 deletion example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"

lazy val root = (project in file(".")).enablePlugins(PlayScala, SwaggerPlugin) //enable plugin

scalaVersion := "2.12.12"
scalaVersion := "2.12.14"

libraryDependencies ++= Seq(
jdbc,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name := "app"

version := "1.0.1-BETA1"

scalaVersion := "2.12.12"
scalaVersion := "2.12.14"

swaggerDomainNameSpaces := Seq("namespace1", "namespace2")

Expand Down

0 comments on commit e6c982d

Please sign in to comment.