Skip to content

Commit b9692b0

Browse files
committed
Upgrade to latest sbt nightly
1 parent e283919 commit b9692b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ final case class SbtCommunityProject(
121121
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
122122
case _ => Nil
123123
extraSbtArgs ++ sbtProps ++ List(
124-
"-sbt-version", "1.5.0-bin-20210302T081602",
124+
"-sbt-version", "1.5.0-bin-20210310T081905",
125125
"-Dsbt.supershell=false",
126126
s"-Ddotty.communitybuild.dir=$communitybuildDir",
127127
s"--addPluginSbtFile=$sbtPluginFilePath"

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,9 +1201,9 @@ object Build {
12011201
// ensure that sbt-dotty is built on sbt 1.4
12021202
pluginCrossBuild / sbtVersion := "1.4.7",
12031203

1204-
// hack to run the scripted tests on sbt 1.5.0-bin-20210302T081602
1204+
// hack to run the scripted tests on sbt 1.5.0-bin-20210310T081905
12051205
// https://github.com/sbt/sbt/issues/6347
1206-
scriptedLaunchOpts ++= Seq("-Dsbt.version=1.5.0-bin-20210302T081602"),
1206+
scriptedLaunchOpts ++= Seq("-Dsbt.version=1.5.0-bin-20210310T081905"),
12071207

12081208
// The batch mode accidentally became the default with no way to disable
12091209
// it in sbt 1.4 (https://github.com/sbt/sbt/issues/5913#issuecomment-716003195).
@@ -1303,7 +1303,7 @@ object Build {
13031303
// hack to run the scripted tests on a nightly version of sbt
13041304
// see https://github.com/sbt/sbt/issues/6347
13051305
scriptedSbt := "1.4.7",
1306-
scriptedLaunchOpts ++= Seq("-Dsbt.version=1.5.0-bin-20210302T081602"),
1306+
scriptedLaunchOpts ++= Seq("-Dsbt.version=1.5.0-bin-20210310T081905"),
13071307

13081308
scriptedLaunchOpts ++= Seq(
13091309
"-Dplugin.version=" + version.value,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.0-bin-20210302T081602
1+
sbt.version=1.5.0-bin-20210310T081905

0 commit comments

Comments
 (0)