Skip to content

Commit

Permalink
Use JavaCPP Presets 1.4.3 instead of Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Nov 15, 2018
1 parent e7f31e4 commit aa7f26b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ scalacOptions += "-P:continuations:enable"
//scalacOptions += "-Yvirtualize"

resolvers += Resolver.sonatypeRepo("snapshots")
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "org.scala-lang.lms" %% "lms-core-macrovirt" % "0.9.0-SNAPSHOT"

Expand All @@ -33,7 +32,7 @@ libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value %

//libraryDependencies += "org.scalactic" %% "scalactic" % scalaVersion.value

libraryDependencies ++= Seq("org.bytedeco.javacpp-presets" % "onnx-platform" % "1.3.0-1.4.4-SNAPSHOT")
libraryDependencies ++= Seq("org.bytedeco.javacpp-presets" % "onnx-platform" % "1.3.0-1.4.3")

libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"

Expand Down

0 comments on commit aa7f26b

Please sign in to comment.