Skip to content

Commit

Permalink
sbt: updated scoverage to 1.5.0 to be compatible with 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed May 24, 2017
1 parent fb600bb commit c0b6cce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Build against Apache Kafka 0.10.2.1
* Added calling of clean up method after driver run
* Updated ScalaTest version to 3.0.2
* Updated Scala Versions
* Added CodeCov and SCoverage coverage report

## Mocked Streams 1.2.0
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
lazy val commonSettings = Seq(
organization := "com.madewithtea",
version := "1.2.1",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.12.1","2.12.0", "2.11.8"),
scalaVersion := "2.11.11",
crossScalaVersions := Seq("2.12.2","2.11.11"),
description := "Topology Unit-Testing Library for Apache Kafka / Kafka Streams",
organizationHomepage := Some(url("https://www.madewithtea.com")),
scalacOptions := Seq("-Xexperimental"))
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit c0b6cce

Please sign in to comment.