We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d47a8 commit e5e5bcdCopy full SHA for e5e5bcd
project/Build.scala
@@ -1248,9 +1248,12 @@ object Build {
1248
baseDirectory.value / "../language-server/src/dotty/tools/languageserver/config",
1249
sbtTestDirectory := baseDirectory.value / "sbt-test",
1250
1251
- // ensure that sbt-dotty is built on sbt 1.4
+ // ensure that sbt-dotty is built with sbt 1.4
1252
pluginCrossBuild / sbtVersion := "1.4.9",
1253
1254
+ // scritped tests are run with current sbt version
1255
+ scriptedSbt := sbtVersion.value,
1256
+
1257
// The batch mode accidentally became the default with no way to disable
1258
// it in sbt 1.4 (https://github.com/sbt/sbt/issues/5913#issuecomment-716003195).
1259
// We enable it explicitly here to make it clear that we're using it.
0 commit comments