Skip to content

Commit a8f05e6

Browse files
Update junit-interface to 0.13.3 (#617)
1 parent 3442714 commit a8f05e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ val buildSettings = Seq[Setting[_]](
4646
Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
4747
)
4848

49-
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.2" % "test"
49+
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
5050

5151
// Project settings
5252
lazy val root = Project(id = "msgpack-java", base = file("."))

0 commit comments

Comments
 (0)