mirror of https://github.com/sbt/sbt.git
parent
e94dbc7e68
commit
ff0e441f43
|
|
@ -28,7 +28,7 @@ function isMasterOrDevelop() {
|
|||
}
|
||||
|
||||
# Required for ~/.ivy2/local repo tests
|
||||
~/sbt coreJVM/publishLocal http-server/publishLocal
|
||||
~/sbt ++2.11.8 coreJVM/publishLocal http-server/publishLocal
|
||||
|
||||
# Required for HTTP authentication tests
|
||||
./coursier launch \
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ lazy val scalaVersionAgnosticCommonSettings = Seq(
|
|||
) ++ releaseSettings
|
||||
|
||||
lazy val commonSettings = scalaVersionAgnosticCommonSettings ++ Seq(
|
||||
scalaVersion := "2.11.8",
|
||||
scalaVersion := "2.12.1",
|
||||
crossScalaVersions := Seq("2.12.1", "2.11.8", "2.10.6"),
|
||||
libraryDependencies ++= {
|
||||
if (scalaBinaryVersion.value == "2.10")
|
||||
|
|
|
|||
Loading…
Reference in New Issue