Skip to content

Commit 1e1ccd7

Browse files
committed
dep: bump sbt to 1.7.1
Looking at the [commit](fa063b6) that added 1.6.2 I believe I have everything updated that needs to be. I am updating this because it's needed for a test that I'm adding in #15565, but thought it'd be best to do this bump in a separate pr.
1 parent 634c580 commit 1e1ccd7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ final case class SbtCommunityProject(
140140
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
141141
case _ => Nil
142142
extraSbtArgs ++ sbtProps ++ List(
143-
"-sbt-version", "1.6.2",
143+
"-sbt-version", "1.7.1",
144144
"-Dsbt.supershell=false",
145145
s"-Ddotty.communitybuild.dir=$communitybuildDir",
146146
s"--addPluginSbtFile=$sbtPluginFilePath"
@@ -507,8 +507,8 @@ object projects:
507507
lazy val scalaJava8Compat = SbtCommunityProject(
508508
project = "scala-java8-compat",
509509
// the fnGen subproject must be built with 2.12.x
510-
sbtTestCommand = s"++2.12.14; ++$compilerVersion; set fnGen/dependencyOverrides := Nil; test",
511-
sbtPublishCommand = s"++2.12.14; ++$compilerVersion; set fnGen/dependencyOverrides := Nil; publishLocal",
510+
sbtTestCommand = s"++2.12.14; ++$compilerVersion!; set fnGen/dependencyOverrides := Nil; test",
511+
sbtPublishCommand = s"++2.12.14; ++$compilerVersion!; set fnGen/dependencyOverrides := Nil; publishLocal",
512512
scalacOptions = Nil // avoid passing Scala 3 options to Scala 2.12 in fnGen subproject
513513
)
514514

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.7.1
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.7.1

semanticdb/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.7.1
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.7.1
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.7.1

0 commit comments

Comments
 (0)