From 5079cb04d2c8e2b1efc6f2ad9928f0de366f8826 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 11 Oct 2018 06:02:57 +0200 Subject: [PATCH] Update junit-interface to 0.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fbb4c54..8997cf8 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val root = (project in file(".")). libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test", - libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test", + libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test", mimaPreviousVersion := None,