We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3442714 commit a8f05e6Copy full SHA for a8f05e6
build.sbt
@@ -46,7 +46,7 @@ val buildSettings = Seq[Setting[_]](
46
Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
47
)
48
49
-val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.2" % "test"
+val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
50
51
// Project settings
52
lazy val root = Project(id = "msgpack-java", base = file("."))
0 commit comments