Skip to content

Commit 57d44ed

Browse files
committed
upgrade sbt junit plugin as well
1 parent 5efe25c commit 57d44ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
1515
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1616

1717
// Junit 5
18-
addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.15.1")
18+
addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.17.0")
1919

2020
// Usage of BOMs
2121
addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.29")

0 commit comments

Comments
 (0)