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.
2 parents 2bce799 + d759a4f commit b144198Copy full SHA for b144198
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