Skip to content

Commit

Permalink
Merge pull request #228 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
bjaglin authored Jun 1, 2021
2 parents d5f9558 + 4ec938b commit f8a2ebb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ libraryDependencies ++= List(
)

// Cross-building settings (see https://github.com/sbt/sbt/issues/3473#issuecomment-325729747)
def scala212 = "2.12.13"
def scala212 = "2.12.14"
def scala210 = "2.10.7"
scalaVersion := scala212
crossScalaVersions := Seq(scala212, scala210)
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-1.3/semanticdb-enabled/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inThisBuild(
List(
scalaVersion := "2.12.13",
scalaVersion := "2.12.14",
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision
)
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/basic/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.geirsson.coursiersmall.Repository // deprecated, but checks source co

inThisBuild(
List(
scalaVersion := "2.12.13",
scalaVersion := "2.12.14",
libraryDependencies ++= List(
"org.scalameta" %% "testkit" % "4.3.10" % Test,
"org.scalameta" %% "munit" % "0.7.9" % Test,
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/inconfig/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inThisBuild(
List(
scalaVersion := "2.12.13",
scalaVersion := "2.12.14",
libraryDependencies ++= List(
"org.scalameta" %% "testkit" % "4.3.10" % Test,
"org.scalameta" %% "munit" % "0.7.9" % Test,
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/root-validation/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inThisBuild(
List(
scalaVersion := "2.12.13"
scalaVersion := "2.12.14"
)
)

Expand Down

0 comments on commit f8a2ebb

Please sign in to comment.