Skip to content

Commit

Permalink
Upgrade to Scala 2.12.4 (and other dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrinaudo committed Oct 25, 2017
1 parent 796017c commit a1fd6de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jdk:
- oraclejdk8
matrix:
include:
- scala: 2.12.2
- scala: 2.12.4
jdk: oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION validate
Expand Down
6 changes: 3 additions & 3 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
object Versions {
val cats = "0.9.0"
val commonsIo = "2.5"
val commonsIo = "2.6"
val discipline = "0.8"
val imp = "0.3.0"
val jodaConvert = "1.8.3"
val jodaConvert = "1.9.2"
val joda = "2.9.9"
val refined = "0.8.4"
val scalacheck = "1.13.5"
val scalacheckShapeless = "1.1.7"
val scalatest = "3.0.4"
val scalaz = "7.2.15"
val scalaz = "7.2.16"
val shapeless = "2.3.2"
}
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("com.nrinaudo" % "kantan.sbt-boilerplate" % "1.5.3")
addSbtPlugin("com.nrinaudo" % "kantan.sbt-kantan" % "1.5.3")
addSbtPlugin("com.nrinaudo" % "kantan.sbt-boilerplate" % "1.6.0")
addSbtPlugin("com.nrinaudo" % "kantan.sbt-kantan" % "1.6.0")

0 comments on commit a1fd6de

Please sign in to comment.