Skip to content

Commit

Permalink
Merge pull request #213 from scalacenter/update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.20
  • Loading branch information
adpi2 authored Sep 5, 2024
2 parents 2a6e30a + 65cdf22 commit f1bdd4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sbt-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val `sbt-github-dependency-submission` = project
.settings(
name := "sbt-github-dependency-submission",
sbtVersion := "1.5.8",
scalaVersion := "2.12.19",
scalaVersion := "2.12.20",
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inThisBuild(
organization := "ch.epfl.scala",
version := "1.2.0-SNAPSHOT",
useCoursier := true,
scalaVersion := "2.12.19"
scalaVersion := "2.12.20"
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inThisBuild(
organization := "ch.epfl.scala",
version := "1.2.0-SNAPSHOT",
useCoursier := false, // use Ivy
scalaVersion := "2.12.19"
scalaVersion := "2.12.20"
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inThisBuild(
version := "1.2.0-SNAPSHOT",
// use Ivy because Coursier does not allow several classifier on the same dep
useCoursier := false,
scalaVersion := "2.12.19"
scalaVersion := "2.12.20"
)
)

Expand Down

0 comments on commit f1bdd4a

Please sign in to comment.