Skip to content

Commit 235c18e

Browse files
authored
Merge pull request #181 from scalacenter/update/scala-library-2.12.19
Update scala-library to 2.12.19
2 parents adc0ec1 + 219838b commit 235c18e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sbt-plugin/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val `sbt-github-dependency-submission` = project
2727
.settings(
2828
name := "sbt-github-dependency-submission",
2929
sbtVersion := "1.5.8",
30-
scalaVersion := "2.12.15",
30+
scalaVersion := "2.12.19",
3131
scalacOptions ++= Seq(
3232
"-deprecation",
3333
"-encoding",

sbt-plugin/src/sbt-test/dependency-manifest/coursier-manifest/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inThisBuild(
1010
organization := "ch.epfl.scala",
1111
version := "1.2.0-SNAPSHOT",
1212
useCoursier := true,
13-
scalaVersion := "2.12.15"
13+
scalaVersion := "2.12.19"
1414
)
1515
)
1616

sbt-plugin/src/sbt-test/dependency-manifest/ivy-manifest/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inThisBuild(
1010
organization := "ch.epfl.scala",
1111
version := "1.2.0-SNAPSHOT",
1212
useCoursier := false, // use Ivy
13-
scalaVersion := "2.12.15"
13+
scalaVersion := "2.12.19"
1414
)
1515
)
1616

sbt-plugin/src/sbt-test/dependency-manifest/package-urls/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inThisBuild(
1111
version := "1.2.0-SNAPSHOT",
1212
// use Ivy because Coursier does not allow several classifier on the same dep
1313
useCoursier := false,
14-
scalaVersion := "2.12.15"
14+
scalaVersion := "2.12.19"
1515
)
1616
)
1717

0 commit comments

Comments
 (0)