Skip to content

Commit db2123f

Browse files
authored
Merge branch 'main' into update/sbt-scalafix-0.11.1
2 parents 5a99844 + a94f86d commit db2123f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.10.0

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/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.10.0

sbt-plugin/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
22
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3")
33
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
4-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
4+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

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)