Skip to content

Commit e5e5bcd

Browse files
committed
Run scripted with sbt 1.5
1 parent 50d47a8 commit e5e5bcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/Build.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,9 +1248,12 @@ object Build {
12481248
baseDirectory.value / "../language-server/src/dotty/tools/languageserver/config",
12491249
sbtTestDirectory := baseDirectory.value / "sbt-test",
12501250

1251-
// ensure that sbt-dotty is built on sbt 1.4
1251+
// ensure that sbt-dotty is built with sbt 1.4
12521252
pluginCrossBuild / sbtVersion := "1.4.9",
12531253

1254+
// scritped tests are run with current sbt version
1255+
scriptedSbt := sbtVersion.value,
1256+
12541257
// The batch mode accidentally became the default with no way to disable
12551258
// it in sbt 1.4 (https://github.com/sbt/sbt/issues/5913#issuecomment-716003195).
12561259
// We enable it explicitly here to make it clear that we're using it.

0 commit comments

Comments
 (0)