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(
106106 case Some (ivyHome) => List (s " -Dsbt.ivy.home= $ivyHome" )
107107 case _ => Nil
108108 extraSbtArgs ++ sbtProps ++ List (
109- " -sbt-version" , " 1.3.6 " ,
109+ " -sbt-version" , " 1.3.8 " ,
110110 s " --addPluginSbtFile= $sbtPluginFilePath" )
111111
112112object projects :
Original file line number Diff line number Diff line change @@ -196,9 +196,7 @@ object Build {
196196 state
197197 },
198198
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
202200 useSuperShell := false ,
203201
204202 // 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