diff --git a/build.sbt b/build.sbt index 4b468f5..2d8aec1 100755 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ libraryDependencies ++= { "org.joda" % "joda-convert" % "2.2.1" withSources() force(), "org.slf4j" % "slf4j-api" % "1.7.30" withSources() force(), // - "junit" % "junit" % "4.13" % Test + "junit" % "junit" % "4.13.2" % Test ) }