From cc863d7206e989254ea35077335d518a24cfc38c Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 11 Oct 2018 06:03:03 +0200 Subject: [PATCH] Update junit to 4.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fbb4c54..77f27e3 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val root = (project in file(".")). OsgiKeys.privatePackage := List("scala.concurrent.java8.*"), - libraryDependencies += "junit" % "junit" % "4.11" % "test", + libraryDependencies += "junit" % "junit" % "4.12" % "test", libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test",