Skip to content

Commit 6fcd523

Browse files
committed
chore: update Jacoco and JMF core versions to 0.8.14 and 1.1.0 respectively
1 parent b5cf507 commit 6fcd523

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/FilteredJacocoAgentPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ object FilteredJacocoAgentPlugin extends AutoPlugin {
133133
jacocoPluginEnabled := false,
134134

135135
// ---- coordinates
136-
jacocoVersion := "0.8.12",
137-
jmfCoreVersion := "1.0.0",
136+
jacocoVersion := "0.8.14",
137+
jmfCoreVersion := "1.1.0",
138138
libraryDependencies ++= Seq(
139139
// pull the agent with the runtime classifier (this is the actual -javaagent jar)
140140
("org.jacoco" % "org.jacoco.agent" % jacocoVersion.value % Test).classifier("runtime"),

project/JacocoBaseKeysPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// JacocoBaseKeysPlugin.scala | last modified in v1.0.0
1+
// JacocoBaseKeysPlugin.scala | last modified in v1.1.0
22

33
import sbt.*
44
import sbt.Keys.*

0 commit comments

Comments
 (0)