From 2e72677453dfa93d14274d17a4e31e726028caf1 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 25 May 2021 10:36:21 +0200 Subject: [PATCH] Version bump junit-interface to 0.13.2 (changed org) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c43de6fbf47..638bd80eea0 100755 --- a/build.sc +++ b/build.sc @@ -85,7 +85,7 @@ object Deps { val jna = ivy"net.java.dev.jna:jna:5.8.0" val jnaPlatform = ivy"net.java.dev.jna:jna-platform:5.8.0" - val junitInterface = ivy"com.novocode:junit-interface:0.11" + val junitInterface = ivy"com.github.sbt:junit-interface:0.13.2" val lambdaTest = ivy"de.tototec:de.tobiasroeser.lambdatest:0.7.0" val osLib = ivy"com.lihaoyi::os-lib:0.7.6" val testng = ivy"org.testng:testng:7.4.0"