diff --git a/build.sbt b/build.sbt index d57e7d9..febfe0b 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ libraryDependencies ++= Seq( "com.google.guava" % "guava" % "32.1.2-jre", "org.mockito" % "mockito-core" % "4.8.0" % Test, "org.mockito" %% "mockito-scala-scalatest" % "1.16.37" % Test, - "org.scalatest" %% "scalatest" % "3.2.18" % Test + "org.scalatest" %% "scalatest" % "3.2.19" % Test ) updateOptions := updateOptions.value.withGigahorse(false) diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1