Skip to content

Commit

Permalink
switch to scala 2.13.0 instead of 2.13.1
Browse files Browse the repository at this point in the history
scoverage is broken on 2.13.1
scoverage/sbt-scoverage#295
  • Loading branch information
francisdb committed Nov 18, 2019
1 parent d2199cc commit 1ca58e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
language: scala
scala:
- 2.12.10
- 2.13.1
- 2.13.0

jdk:
- openjdk11
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val scalaTestVersion = "3.0.8"
val playVersion = "2.7.3" // test only

val scala2_12 = "2.12.10"
val scala2_13 = "2.13.1"
val scala2_13 = "2.13.0"

scalaVersion := scala2_13
crossScalaVersions := Seq(scala2_12, scala2_13)
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")

addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")

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

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

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

0 comments on commit 1ca58e6

Please sign in to comment.