diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 60760128a154..89a95fd4c16e 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -100,7 +100,7 @@ final case class SbtCommunityProject(project: String, sbtTestCommand: String, case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome") case _ => Nil extraSbtArgs ++ sbtProps ++ List( - "-sbt-version", "1.3.6", + "-sbt-version", "1.3.7", s"--addPluginSbtFile=$sbtPluginFilePath") object projects diff --git a/project/Build.scala b/project/Build.scala index 7b10b7dd48d3..7d4bd906546b 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -196,9 +196,7 @@ object Build { state }, - // Turn off the sbt supershell because it can mangle the output of some tasks - // (see https://github.com/sbt/sbt/issues/5122, https://github.com/sbt/sbt/issues/5352) - // and in general I find it more distracting than helpful anyway. + // I find supershell more distracting than helpful useSuperShell := false, // Credentials to release to Sonatype diff --git a/project/build.properties b/project/build.properties index 00b48d978b25..a82bb05e1295 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.6 +sbt.version=1.3.7