diff --git a/build.sbt b/build.sbt index e055ad7..316997c 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ libraryDependencies ++= Seq( "org.slf4j" % "slf4j-simple" % slf4jVersion % "test", "org.scalatest" %% "scalatest" % "3.2.17" % "test", "org.scalatestplus" %% "mockito-4-6" % "3.2.15.0" % "test", - "org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % "test", + "org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % "test", "com.github.sbt" % "junit-interface" % "0.13.3" % Test, "org.hamcrest" % "hamcrest-library" % "2.2" % "test", "dev.zio" %% "izumi-reflect" % "2.3.8" % Test,