We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bce799 commit d759a4fCopy full SHA for d759a4f
build.sbt
@@ -59,7 +59,7 @@ lazy val backends = (crossProject(JVMPlatform, JSPlatform)
59
commonSettings,
60
name := "onnx-scala-backends",
61
libraryDependencies ++= Seq(
62
- "com.microsoft.onnxruntime" % "onnxruntime" % "1.10.0"
+ "com.microsoft.onnxruntime" % "onnxruntime" % "1.11.0"
63
),
64
crossScalaVersions := Seq(dottyVersion)
65
)
0 commit comments