From 471539d4c432a99640f59e64711b773784a49b13 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 Dec 2021 20:32:21 +0100 Subject: [PATCH] Update junit-interface to 0.13.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("."))