File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
tests/buildTools/src/test/scala/tests Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11package tests
22
3- import tests .Tool .SBT15
4-
53abstract class SbtBuildToolSuite (sbt : Tool .SBT ) extends BaseBuildToolSuite {
64
75 import Tool ._
@@ -62,5 +60,4 @@ abstract class SbtBuildToolSuite(sbt: Tool.SBT) extends BaseBuildToolSuite {
6260
6361import Tool ._
6462
65- class Sbt_15_BuildToolSuite extends SbtBuildToolSuite (SBT15 )
6663class Sbt_110_BuildToolSuite extends SbtBuildToolSuite (SBT110 )
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ object Tool {
4646 sealed abstract class SBT (version : String , support : JVMSupport )
4747 extends Tool (" sbt" , version, support)
4848 // See https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html#build-tool-compatibility-table
49- case object SBT15 extends SBT (" 1.5.2" , atMostJava(17 ))
5049 case object SBT110 extends SBT (" 1.10.0" , noRestrictions)
5150
5251 sealed abstract class Scala (version : String , support : JVMSupport )
You can’t perform that action at this time.
0 commit comments