Skip to content

Commit b144198

Browse files
Merge pull request #298 from scala-steward/update/onnxruntime-1.11.0
Update onnxruntime to 1.11.0
2 parents 2bce799 + d759a4f commit b144198

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)