File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
Add this to the build.sbt in your project:
9
9
10
10
``` scala
11
- libraryDependencies += " com.github.EmergentOrder" %% " onnx-scala-backends" % " 0.4 .0"
11
+ libraryDependencies += " com.github.EmergentOrder" %% " onnx-scala-backends" % " 0.5 .0"
12
12
```
13
13
14
14
As of v0.1.0, artifacts are published to Sonatype OSS / Maven Central. For the latest, build and publish locally from master.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ scalaVersion := scala213Version
10
10
lazy val commonSettings = Seq (
11
11
// scalaJSUseMainModuleInitializer := true, //Test only
12
12
organization := " org.emergentorder.onnx" ,
13
- version := " 0.4 .0" ,
13
+ version := " 0.5 .0" ,
14
14
scalaVersion := scala213Version,
15
15
resolvers += Resolver .mavenLocal,
16
16
resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
Original file line number Diff line number Diff line change 8
8
Add this to the build.sbt in your project:
9
9
10
10
``` scala
11
- libraryDependencies += " com.github.EmergentOrder" %% " onnx-scala-backends" % " 0.4 .0"
11
+ libraryDependencies += " com.github.EmergentOrder" %% " onnx-scala-backends" % " 0.5 .0"
12
12
```
13
13
14
14
As of v0.1.0, artifacts are published to Sonatype OSS / Maven Central. For the latest, build and publish locally from master.
You can’t perform that action at this time.
0 commit comments