Skip to content

Commit

Permalink
Update scala and sbt versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdupre committed Jun 19, 2018
1 parent 6379f1d commit ddef408
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ script:
- sbt test
scala:
- 2.11.12
- 2.12.5
- 2.12.6
jdk:
- oraclejdk8
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name := "bitcoincash-lib"

version := "0.9.18-SNAPSHOT"

crossScalaVersions := Seq("2.11.12", "2.12.5")
crossScalaVersions := Seq("2.11.12", "2.12.6")

scalaVersion := "2.12.5"
scalaVersion := "2.12.6"

scalacOptions ++= Seq("-deprecation", "-feature", "-language:implicitConversions,postfixOps")

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=1.1.4
sbt.version=1.1.6

0 comments on commit ddef408

Please # to comment.