diff --git a/build.sbt b/build.sbt index 5ae514f..cdff62c 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ scalaVersion := "2.12.17" libraryDependencies ++= List( "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r", // do not upgrade to 6.x unless you're willing to give up java 8 compatibility "com.michaelpollmeier" % "versionsort" % "1.0.11", - "org.scalatest" %% "scalatest" % "3.2.16" % Test) + "org.scalatest" %% "scalatest" % "3.2.17" % Test) addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")