diff --git a/build.sbt b/build.sbt index f3cb93618..e398e30be 100644 --- a/build.sbt +++ b/build.sbt @@ -124,8 +124,8 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.9" % "test,acc,ve", "com.eed3si9n.expecty" %% "expecty" % "0.15.4" % "test,acc,ve", "com.lihaoyi" %% "sourcecode" % "0.2.7", - "org.bytedeco" % "veoffload" % "2.8.2-1.5.7-SNAPSHOT", - "org.bytedeco" % "veoffload" % "2.8.2-1.5.7-SNAPSHOT" classifier "linux-x86_64", + "org.bytedeco" % "veoffload" % "2.8.2-1.5.8-SNAPSHOT", + "org.bytedeco" % "veoffload" % "2.8.2-1.5.8-SNAPSHOT" classifier "linux-x86_64", "net.java.dev.jna" % "jna-platform" % "5.8.0", "commons-io" % "commons-io" % "2.8.0" % "test", "com.h2database" % "h2" % "1.4.200" % "test,ve",