diff --git a/build.sbt b/build.sbt index ce5f00d..1197743 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val root = (project in file(".")) ("eu.neverblink.jelly" % "jelly-jena" % jellyV).excludeAll(ExclusionRule("org.apache.jena")), "eu.neverblink.jelly" % "jelly-core-protos-google" % jellyV, "com.github.alexarchambault" %% "case-app" % "2.1.0", - "org.scalatest" %% "scalatest" % "3.2.19" % "test,test-serial", + "org.scalatest" %% "scalatest" % "3.2.20" % "test,test-serial", "org.yaml" % "snakeyaml" % "2.6" % Test, // For native-image reflection compatibility "org.graalvm.sdk" % "graal-sdk" % graalvmV % "provided",