sbt 0.13.18, Scala 2.10.7

This commit is contained in:
Seth Tisue 2019-01-25 08:51:05 -08:00
parent 7782839fee
commit ff34aa9d55
12 changed files with 14 additions and 14 deletions

View File

@ -44,8 +44,8 @@ before_install:
- curl -sL https://raw.githubusercontent.com/shyiko/jabba/0.10.1/install.sh | bash && . ~/.jabba/jabba.sh
install:
- curl -L --fail https://piccolo.link/sbt-0.13.17.tgz > sbt-0.13.17.tgz
- tar zxf ./sbt-0.13.17.tgz -C $HOME/
- curl -L --fail https://piccolo.link/sbt-0.13.18.tgz > sbt-0.13.18.tgz
- tar zxf ./sbt-0.13.18.tgz -C $HOME/
- export PATH="$HOME/sbt/bin:$PATH"
- export SBT_OPTS="-Xms2048M -Xmx2048M -Xss2M -XX:MaxPermSize=512M"
- sbt about

View File

@ -1 +1 @@
sbt.version=0.13.17
sbt.version=0.13.18

View File

@ -1,4 +1,4 @@
scalaVersion := "2.10.6"
scalaVersion := "2.10.7"
addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.5")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4")

View File

@ -3,7 +3,7 @@ lazy val check = taskKey[Unit]("Runs the check")
def commonSettings: Seq[Def.Setting[_]] =
Seq(
ivyPaths := new IvyPaths( (baseDirectory in ThisBuild).value, Some((target in LocalRootProject).value / "ivy-cache")),
scalaVersion := "2.10.6"
scalaVersion := "2.10.7"
)
lazy val root = (project in file(".")).

View File

@ -2,7 +2,7 @@ lazy val checkPom = taskKey[Unit]("check pom to ensure no <type> sections are ge
lazy val root = (project in file(".")).
settings(
scalaVersion := "2.10.6",
scalaVersion := "2.10.7",
libraryDependencies += "org.scala-tools.sbinary" %% "sbinary" % "0.4.1" withSources() withJavadoc(),
libraryDependencies += "org.scala-sbt" % "io" % "0.13.8" intransitive(),
checkPom := {

View File

@ -1,7 +1,7 @@
val baseSbt = "0.13"
val buildCrossList = List("2.10.6", "2.11.11", "2.12.2")
scalaVersion in ThisBuild := "2.10.6"
val buildCrossList = List("2.10.7", "2.11.11", "2.12.2")
scalaVersion in ThisBuild := "2.10.7"
crossScalaVersions in ThisBuild := buildCrossList
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")

View File

@ -1,5 +1,5 @@
val defaultSettings = Seq(
scalaVersion := "2.10.6",
scalaVersion := "2.10.7",
libraryDependencies += scalaVersion("org.scala-lang" % "scala-reflect" % _ ).value
)

View File

@ -1,5 +1,5 @@
val defaultSettings = Seq(
scalaVersion := "2.10.6",
scalaVersion := "2.10.7",
libraryDependencies += scalaVersion("org.scala-lang" % "scala-reflect" % _ ).value
)

View File

@ -1,6 +1,6 @@
lazy val root = (project in file("."))
.settings(
scalaVersion := "2.10.6",
scalaVersion := "2.10.7",
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28",
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter"),
fork := true,

View File

@ -4,7 +4,7 @@
[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.13.17]}
version: ${sbt.version-read(sbt.version)[0.13.18]}
class: sbt.ScriptMain
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}

View File

@ -4,7 +4,7 @@
[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.13.17]}
version: ${sbt.version-read(sbt.version)[0.13.18]}
class: sbt.ConsoleMain
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}

View File

@ -4,7 +4,7 @@
[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.13.17]}
version: ${sbt.version-read(sbt.version)[0.13.18]}
class: sbt.xMain
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}