Skip to content

Commit d759a4f

Browse files
committed
Update onnxruntime to 1.11.0
1 parent 2bce799 commit d759a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ lazy val backends = (crossProject(JVMPlatform, JSPlatform)
5959
commonSettings,
6060
name := "onnx-scala-backends",
6161
libraryDependencies ++= Seq(
62-
"com.microsoft.onnxruntime" % "onnxruntime" % "1.10.0"
62+
"com.microsoft.onnxruntime" % "onnxruntime" % "1.11.0"
6363
),
6464
crossScalaVersions := Seq(dottyVersion)
6565
)

0 commit comments

Comments
 (0)