File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1248,9 +1248,12 @@ object Build {
1248
1248
baseDirectory.value / " ../language-server/src/dotty/tools/languageserver/config" ,
1249
1249
sbtTestDirectory := baseDirectory.value / " sbt-test" ,
1250
1250
1251
- // ensure that sbt-dotty is built on sbt 1.4
1251
+ // ensure that sbt-dotty is built with sbt 1.4
1252
1252
pluginCrossBuild / sbtVersion := " 1.4.9" ,
1253
1253
1254
+ // scritped tests are run with current sbt version
1255
+ scriptedSbt := sbtVersion.value,
1256
+
1254
1257
// The batch mode accidentally became the default with no way to disable
1255
1258
// it in sbt 1.4 (https://github.com/sbt/sbt/issues/5913#issuecomment-716003195).
1256
1259
// We enable it explicitly here to make it clear that we're using it.
You can’t perform that action at this time.
0 commit comments