Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.6
sbt.version=1.3.8