Skip to content

Commit

Permalink
Merged 'master'.
Browse files Browse the repository at this point in the history
Conflicts:
	build.sbt
  • Loading branch information
sergiy0 committed Aug 15, 2017
2 parents a925dca + 429d113 commit 650a7f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# by default Travis uses JDK 8u31, which is much too old for Scala 2.12 (versions before 8u102 have issues - https://issues.scala-lang.org/browse/SI-9828)
dist: trusty
sudo: false

language: scala

scala:
- 2.12.2
- 2.12.3
- 2.11.11

jdk: oraclejdk8
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ organizationHomepage := Some(url("http://evolutiongaming.com"))

bintrayOrganization := Some("evolutiongaming")

scalaVersion := "2.12.2"
scalaVersion := "2.12.3"

crossScalaVersions := Seq("2.12.2", "2.11.11")
crossScalaVersions := Seq("2.12.3", "2.11.11")

releaseCrossBuild := true

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.15
sbt.version=0.13.16
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5")

0 comments on commit 650a7f5

Please sign in to comment.