10000 Merge pull request #200 from golem131/scala-2.12.0-support · mauricio/postgresql-async@1e43743 · GitHub
[go: up one dir, main page]

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

Commit 1e43743

Browse files
authored
Merge pull request #200 from golem131/scala-2.12.0-support
Scala 2.12.1 support
2 parents d5d2f9c + f75679d commit 1e43743

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ scala:
55
jdk:
66
- oraclejdk7
77
- oraclejdk8
8+
9+
matrix:
10+
include:
11+
- scala: 2.12.1
12+
jdk: oraclejdk8
13+
814
services:
915
- postgresql
1016
- mysql

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object Configuration {
5151

5252
val commonVersion = "0.2.21-SNAPSHOT"
5353
val projectScalaVersion = "2.11.7"
54-
val specs2Version = "3.8.5"
54+
val specs2Version = "3.8.6"
5555

5656
val specs2Dependency = "org.specs2" %% "specs2-core" % specs2Version % "test"
5757
val specs2JunitDependency = "org.specs2" %% "specs2-junit" % specs2Version % "test"
@@ -84,7 +84,7 @@ object Configuration {
8484
,
8585
testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "sequential"),
8686
scalacOptions in doc := Seq("-doc-external-doc:scala=http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/library/"),
87-
crossScalaVersions := Seq(projectScalaVersion, "2.10.6"),
87+
crossScalaVersions := Seq(projectScalaVersion, "2.10.6", "2.12.1"),
8888
javacOptions := Seq("-source", "1.6", "-target", "1.6", "-encoding", "UTF8"),
8989
organization := "com.github.mauricio",
9090
version := commonVersion,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 0.13.8
1+
sbt.version = 0.13.13

0 commit comments

Comments
 (0)
0