Skip to content

Commit 8781552

Browse files
committed
remove dep
1 parent 45c9d57 commit 8781552

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

examples/scala-flink-bitcoinblock/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
)
1212
.configs( IntegrationTest )
1313
.settings( Defaults.itSettings : _*)
14-
.enablePlugins(JacocoItPlugin)
14+
1515

1616

1717
crossScalaVersions := Seq("2.11.12")
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
22

33
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.15")
4-
5-
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.2.0")

examples/scala-flink-ethereumblock/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
)
1212
.configs( IntegrationTest )
1313
.settings( Defaults.itSettings : _*)
14-
.enablePlugins(JacocoItPlugin)
14+
1515

1616

1717
crossScalaVersions := Seq("2.11.12")
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
22

33
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.15")
4-
5-
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.2.0")

0 commit comments

Comments
 (0)