Skip to content

Commit

Permalink
Bump onnx-scala and scalatest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed May 3, 2022
1 parent 753bafa commit f337821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Global / concurrentRestrictions := Seq(
)


lazy val scalaTest = ("org.scalatest" %% "scalatest" % "3.2.11")
lazy val scalaTest = ("org.scalatest" %% "scalatest" % "3.2.12")
lazy val core = (project in file("core"))
.settings(
name := "ndscala-core",
scalacOptions += "-Ymacro-annotations",
resolvers += Resolver.mavenLocal,
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
libraryDependencies += ("org.typelevel" %% "spire" % "0.18.0-M3"),
libraryDependencies += "org.emergent-order" %% "onnx-scala" % "0.16.0"
libraryDependencies += "org.emergent-order" %% "onnx-scala" % "0.17.0"
//Local only
// libraryDependencies += "io.kjaer" % "tf-dotty-compiletime" % "0.0.0+134-f1f8d0ba+20201020-1123-SNAPSHOT",
// libraryDependencies += "io.kjaer" % "tf-dotty-compiletime_0.27" % "0.0.0+134-f1f8d0ba+20201020-1123-SNAPSHOT",
Expand All @@ -34,7 +34,7 @@ lazy val onnxscala = (project in file("ONNXScala"))
.settings(
name := "ndscala-onnx-scala",
libraryDependencies += ("org.typelevel" %% "spire" % "0.18.0-M3"),
libraryDependencies += "org.emergent-order" %% "onnx-scala-backends" % "0.16.0",
libraryDependencies += "org.emergent-order" %% "onnx-scala-backends" % "0.17.0",
// libraryDependencies += "org.bytedeco" % "dnnl-platform" % "1.6.4-1.5.5-SNAPSHOT",
// libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.2.1-RC1",
libraryDependencies += scalaTest % Test
Expand Down

0 comments on commit f337821

Please sign in to comment.