File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ final case class SbtCommunityProject(
121
121
case Some (ivyHome) => List (s " -Dsbt.ivy.home= $ivyHome" )
122
122
case _ => Nil
123
123
extraSbtArgs ++ sbtProps ++ List (
124
- " -sbt-version" , " 1.5.0-bin-20210302T081602 " ,
124
+ " -sbt-version" , " 1.5.0-bin-20210310T081905 " ,
125
125
" -Dsbt.supershell=false" ,
126
126
s " -Ddotty.communitybuild.dir= $communitybuildDir" ,
127
127
s " --addPluginSbtFile= $sbtPluginFilePath"
Original file line number Diff line number Diff line change @@ -1201,9 +1201,9 @@ object Build {
1201
1201
// ensure that sbt-dotty is built on sbt 1.4
1202
1202
pluginCrossBuild / sbtVersion := " 1.4.7" ,
1203
1203
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
1205
1205
// 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 " ),
1207
1207
1208
1208
// The batch mode accidentally became the default with no way to disable
1209
1209
// it in sbt 1.4 (https://github.com/sbt/sbt/issues/5913#issuecomment-716003195).
@@ -1303,7 +1303,7 @@ object Build {
1303
1303
// hack to run the scripted tests on a nightly version of sbt
1304
1304
// see https://github.com/sbt/sbt/issues/6347
1305
1305
scriptedSbt := " 1.4.7" ,
1306
- scriptedLaunchOpts ++= Seq (" -Dsbt.version=1.5.0-bin-20210302T081602 " ),
1306
+ scriptedLaunchOpts ++= Seq (" -Dsbt.version=1.5.0-bin-20210310T081905 " ),
1307
1307
1308
1308
scriptedLaunchOpts ++= Seq (
1309
1309
" -Dplugin.version=" + version.value,
Original file line number Diff line number Diff line change 1
- sbt.version =1.5.0-bin-20210302T081602
1
+ sbt.version =1.5.0-bin-20210310T081905
You can’t perform that action at this time.
0 commit comments