diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 2d085ee6afdf..099d6ff8aedd 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -106,7 +106,7 @@ final case class SbtCommunityProject( case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome") case _ => Nil extraSbtArgs ++ sbtProps ++ List( - "-sbt-version", "1.3.6", + "-sbt-version", "1.3.8", s"--addPluginSbtFile=$sbtPluginFilePath") object projects: diff --git a/project/Build.scala b/project/Build.scala index fa4a423cac69..880dbd81c5cf 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..a919a9b5f46b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.6 +sbt.version=1.3.8