Skip to content

Commit

Permalink
Merge pull request #389 from scala-steward/update/scala-library-2.12.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.14
  • Loading branch information
kailuowang authored May 28, 2021
2 parents 9f9765d + e6c982d commit 99db4eb
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 99db4eb

Please sign in to comment.