Skip to content

Commit

Permalink
Update onnxruntime to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 21, 2024
1 parent 98f6cd7 commit 0b7c275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lazy val backends = (crossProject(JSPlatform, JVMPlatform, NativePlatform)
scalacOptions ++= Seq("-source:3.3"),
mimaPreviousArtifacts := Set("org.emergent-order" %%% "onnx-scala-backends" % "0.17.0"),
libraryDependencies ++= Seq(
"com.microsoft.onnxruntime" % "onnxruntime" % "1.17.3"
"com.microsoft.onnxruntime" % "onnxruntime" % "1.18.0"
// "com.microsoft.onnxruntime" % "onnxruntime-extensions" % "0.9.0"
),
libraryDependencies += ("org.scalatest" %%% "scalatest" % scalaTestVersion) % Test,
Expand Down

0 comments on commit 0b7c275

Please sign in to comment.