Skip to content

Commit

Permalink
sbt-scoverage 1.6.1 and scala 2.13: solving incompatibility issue (ty…
Browse files Browse the repository at this point in the history
…pelevel#855)

* Updating scoverage and scala 2.13 to solve incompatibility issue.

* Updated Travis scala version
  • Loading branch information
denisrosset authored Nov 25, 2019
1 parent 6844e48 commit 5e8c8fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: scala
scala:
- 2.11.12
- 2.12.8
- 2.13.0
- 2.13.1

jdk:
- openjdk10
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ReleaseTransformations._
import sbtcrossproject.{CrossType, crossProject}

lazy val scalaVersions: Map[String, String] =
Map("2.11" -> "2.11.12", "2.12" -> "2.12.8", "2.13" -> "2.13.0")
Map("2.11" -> "2.11.12", "2.12" -> "2.12.8", "2.13" -> "2.13.1")

lazy val scalaCheckVersion = "1.14.2"
lazy val scalaTestVersion = "3.2.0-M1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
Expand Down

0 comments on commit 5e8c8fe

Please sign in to comment.