Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #200 from golem131/scala-2.12.0-support
Browse files Browse the repository at this point in the history
Scala 2.12.1 support
  • Loading branch information
mauricio authored Jan 8, 2017
2 parents d5d2f9c + f75679d commit 1e43743
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ scala:
jdk:
- oraclejdk7
- oraclejdk8

matrix:
include:
- scala: 2.12.1
jdk: oraclejdk8

services:
- postgresql
- mysql
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Configuration {

val commonVersion = "0.2.21-SNAPSHOT"
val projectScalaVersion = "2.11.7"
val specs2Version = "3.8.5"
val specs2Version = "3.8.6"

val specs2Dependency = "org.specs2" %% "specs2-core" % specs2Version % "test"
val specs2JunitDependency = "org.specs2" %% "specs2-junit" % specs2Version % "test"
Expand Down Expand Up @@ -84,7 +84,7 @@ object Configuration {
,
testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "sequential"),
scalacOptions in doc := Seq("-doc-external-doc:scala=http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/"),
crossScalaVersions := Seq(projectScalaVersion, "2.10.6"),
crossScalaVersions := Seq(projectScalaVersion, "2.10.6", "2.12.1"),
javacOptions := Seq("-source", "1.6", "-target", "1.6", "-encoding", "UTF8"),
organization := "com.github.mauricio",
version := commonVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 0.13.8
sbt.version = 0.13.13

0 comments on commit 1e43743

Please sign in to comment.