From 867ec0cf61ac19dd3ed61eb510f5fbc0af8eeaf2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Aug 2024 14:11:42 +0000 Subject: [PATCH] Update onnxruntime-extensions to 0.12.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 32daecb..d244ca7 100755 --- a/build.sbt +++ b/build.sbt @@ -81,7 +81,7 @@ lazy val backends = (crossProject(JSPlatform, JVMPlatform) mimaPreviousArtifacts := Set("org.emergent-order" %%% "onnx-scala-backends" % "0.17.0"), libraryDependencies ++= Seq( "com.microsoft.onnxruntime" % "onnxruntime" % "1.18.0", - "com.microsoft.onnxruntime" % "onnxruntime-extensions" % "0.11.0" + "com.microsoft.onnxruntime" % "onnxruntime-extensions" % "0.12.4" ), libraryDependencies += ("org.scalatest" %%% "scalatest" % scalaTestVersion) % Test, crossScalaVersions := Seq(dottyVersion)