diff --git a/Dsl/build.sbt b/Dsl/build.sbt index 6032d2b0..03d1abeb 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 a2d933d3..1ec7b25d 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