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 689d562 commit 19737a0Copy full SHA for 19737a0
project/Build.scala
@@ -1243,9 +1243,12 @@ object Build {
1243
baseDirectory.value / "../language-server/src/dotty/tools/languageserver/config",
1244
sbtTestDirectory := baseDirectory.value / "sbt-test",
1245
1246
- // ensure that sbt-dotty is built on sbt 1.4
+ // ensure that sbt-dotty is built with sbt 1.4
1247
pluginCrossBuild / sbtVersion := "1.4.9",
1248
1249
+ // scritped tests are run with current sbt version
1250
+ scriptedSbt := sbtVersion.value,
1251
+
1252
// The batch mode accidentally became the default with no way to disable
1253
// it in sbt 1.4 (https://github.com/sbt/sbt/issues/5913#issuecomment-716003195).
1254
// We enable it explicitly here to make it clear that we're using it.
0 commit comments