Skip to content

Commit feb2c1f

Browse files
author
Joachim Hofer
committed
prepared a 2.1.4 release for the forked mode
1 parent d9124cf commit feb2c1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "jacoco4sbt"
44

55
organization := "de.johoop"
66

7-
version := "2.1.4-SNAPSHOT"
7+
version := "2.1.4"
88

99
resolvers += "Sonatype Release" at "https://oss.sonatype.org/content/repositories/releases"
1010

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4-SNAPSHOT")
1+
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4")
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4-SNAPSHOT")
1+
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4")

src/test/resources/play-multi-project-jacoco/project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/release
77
// Use the Play sbt plugin for Play projects
88
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")
99

10-
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4-SNAPSHOT")
10+
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.4")

0 commit comments

Comments
 (0)