Skip to content

Commit 16006fa

Browse files
committed
Update to Scala 2.12.4 (and other dependencies)
1 parent b44b667 commit 16006fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jdk:
1616
- oraclejdk8
1717
matrix:
1818
include:
19-
- scala: 2.12.3
19+
- scala: 2.12.4
2020
jdk: oraclejdk8
2121
script:
2222
- sbt ++$TRAVIS_SCALA_VERSION validate

project/Versions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
object Versions {
22
val commonsCsv = "1.5"
3-
val jacksonCsv = "2.9.0"
3+
val jacksonCsv = "2.9.2"
44
val kantanCodecs = "0.2.2-SNAPSHOT"
55
val opencsv = "4.0"
66
val productCollection = "1.4.5"
77
val scalaCsv = "1.3.5"
88
val scalatest = "3.0.3"
9-
val univocity = "2.5.4"
9+
val univocity = "2.5.8"
1010
}

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.nrinaudo" % "kantan.sbt-boilerplate" % "1.5.3")
2-
addSbtPlugin("com.nrinaudo" % "kantan.sbt-kantan" % "1.5.3")
1+
addSbtPlugin("com.nrinaudo" % "kantan.sbt-boilerplate" % "1.6.0")
2+
addSbtPlugin("com.nrinaudo" % "kantan.sbt-kantan" % "1.6.0")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27")

0 commit comments

Comments
 (0)