From 02b02ca451b3685f861d5de5a4529aa425bd0666 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 Dec 2021 21:57:46 +0100 Subject: [PATCH] Update junit-interface to 0.13.3 --- Dsl/build.sbt | 2 +- macros-Reset/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dsl/build.sbt b/Dsl/build.sbt index 6032d2b0b..03d1abeb4 100644 --- a/Dsl/build.sbt +++ b/Dsl/build.sbt @@ -1,3 +1,3 @@ -libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test +libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test libraryDependencies += "junit" % "junit" % "4.13.2" % Test diff --git a/macros-Reset/build.sbt b/macros-Reset/build.sbt index a2d933d30..1ec7b25d1 100644 --- a/macros-Reset/build.sbt +++ b/macros-Reset/build.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test +libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test libraryDependencies += "junit" % "junit" % "4.13.2" % Test