Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hnar committed Sep 7, 2019
1 parent 94ea239 commit f807b6d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jdk:
- openjdk11

scala:
- 2.12.8
- 2.13.0
- 2.12.9

script: sbt ++$TRAVIS_SCALA_VERSION clean coverage test

Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ bintrayOrganization := Some("evolutiongaming")

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.0", "2.12.8")
crossScalaVersions := Seq("2.13.0", "2.12.9")

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.3.1",
"commons-codec" % "commons-codec" % "1.10" ,
"com.typesafe" % "config" % "1.3.4",
"commons-codec" % "commons-codec" % "1.13" ,
"org.scalatest" %% "scalatest" % "3.0.8" % Test
)

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.2.8
sbt.version=1.3.0
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ externalResolvers += Resolver.bintrayIvyRepo("evolutiongaming", "sbt-plugins")

addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.5")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")

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

Expand Down

0 comments on commit f807b6d

Please sign in to comment.