File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ final case class SbtCommunityProject(
106
106
case Some (ivyHome) => List (s " -Dsbt.ivy.home= $ivyHome" )
107
107
case _ => Nil
108
108
extraSbtArgs ++ sbtProps ++ List (
109
- " -sbt-version" , " 1.3.6 " ,
109
+ " -sbt-version" , " 1.3.8 " ,
110
110
s " --addPluginSbtFile= $sbtPluginFilePath" )
111
111
112
112
object projects :
Original file line number Diff line number Diff line change @@ -196,9 +196,7 @@ object Build {
196
196
state
197
197
},
198
198
199
- // Turn off the sbt supershell because it can mangle the output of some tasks
200
- // (see https://github.com/sbt/sbt/issues/5122, https://github.com/sbt/sbt/issues/5352)
201
- // and in general I find it more distracting than helpful anyway.
199
+ // I find supershell more distracting than helpful
202
200
useSuperShell := false ,
203
201
204
202
// Credentials to release to Sonatype
Original file line number Diff line number Diff line change 1
- sbt.version =1.3.6
1
+ sbt.version =1.3.8
You can’t perform that action at this time.
0 commit comments