File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dist: trusty
2
2
language : scala
3
3
jdk : openjdk8
4
4
scala :
5
- - 2.12.2
5
+ - 2.12.4
6
6
7
7
script :
8
8
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name := "fluent"
2
2
3
3
version := " 0.0.6"
4
4
5
- scalaVersion := " 2.12.2 "
6
- crossScalaVersions := Seq (" 2.11.7 " , " 2.12.2 " )
5
+ scalaVersion := " 2.12.4 "
6
+ crossScalaVersions := Seq (" 2.11.12 " , " 2.12.4 " )
7
7
8
8
libraryDependencies ++= Seq (
9
9
" org.typelevel" %% " cats-core" % " 1.0.1" ,
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.15
1
+ sbt.version =1.0.4
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" me.lessis " % " bintray- sbt" % " 0.3.0 " )
1
+ addSbtPlugin(" org.foundweekends " % " sbt-bintray " % " 0.5.2 " )
2
2
3
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5.0 " )
3
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5.1 " )
4
4
5
- addSbtPlugin(" com.updateimpact" % " updateimpact-sbt-plugin" % " 2.1.1 " )
5
+ addSbtPlugin(" com.updateimpact" % " updateimpact-sbt-plugin" % " 2.1.3 " )
You can’t perform that action at this time.
0 commit comments