diff --git a/build.sbt b/build.sbt index b8c4b9d5..2b49fcbf 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ val buildSettings = Seq[Setting[_]]( Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value ) -val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.2" % "test" +val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test" // Project settings lazy val root = Project(id = "msgpack-java", base = file("."))