Merge pull request #2771 from dwijnand/dbuild

Workaround #1696 & bump to JDK 1.8
This commit is contained in:
Dale Wijnand 2016-10-11 12:47:57 +01:00 committed by GitHub
commit 2aa58b43f4
13 changed files with 19 additions and 18 deletions

1
.java-version Normal file
View File

@ -0,0 +1 @@
1.8

View File

@ -9,7 +9,7 @@ cache:
language: scala
jdk:
- oraclejdk7
- oraclejdk8
matrix:
fast_finish: true

View File

@ -38,7 +38,7 @@ def commonSettings: Seq[Setting[_]] = Seq[SettingsDefinition](
componentID := None,
resolvers += Resolver.typesafeIvyRepo("releases"),
resolvers += Resolver.sonatypeRepo("snapshots"),
resolvers += Resolver.bintrayRepo("sbt", "maven-releases"),
resolvers += "bintray-sbt-maven-releases" at "https://dl.bintray.com/sbt/maven-releases/",
concurrentRestrictions in Global += Util.testExclusiveRestriction,
testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"),
javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial"),

View File

@ -20,6 +20,6 @@ object Release {
)
def javaVersionCheckSettings = Seq(
javaVersionPrefix in javaVersionCheck := Some("1.7")
javaVersionPrefix in javaVersionCheck := Some("1.8")
)
}

View File

@ -6,5 +6,5 @@ lazy val a = project.settings(
)
lazy val b = project.settings(
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
)

View File

@ -1,3 +1,3 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
externalPom()

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,7 +1,7 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
parallelExecution in Test := true
parallelExecution in Test := true

View File

@ -1,7 +1,7 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
parallelExecution in Test := false
parallelExecution in Test := false

View File

@ -7,7 +7,7 @@ lazy val root = (project in file(".")).
settings(inThisBuild(List(
organization := "com.softwaremill",
version := "0.0.1-SNAPSHOT",
scalaVersion := "2.10.0"
scalaVersion := "2.10.6"
)),
commonSettings
)

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")

View File

@ -1,5 +1,5 @@
scalaVersion := "2.10.1"
scalaVersion := "2.10.6"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M6-SNAP28"
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")
testOptions in Test += Tests.Argument("-r", "custom.CustomReporter")