Skip to content

Commit

Permalink
updates travis.yml
Browse files Browse the repository at this point in the history
  - adds scala 2.13
  - changes to openjdk8
  - updates sbt-scoverage in order to support 2.13
  • Loading branch information
anskarl committed Oct 7, 2019
1 parent d747c58 commit e12a25e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: scala

jdk:
- oraclejdk8
- openjdk8

scala:
- 2.11.12
- 2.12.7
- 2.12.9
- 2.13.0

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9")

addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")

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

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")

0 comments on commit e12a25e

Please sign in to comment.