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.
1 parent bc00ea0 commit dfbecfeCopy full SHA for dfbecfe
build.sbt
@@ -10,7 +10,7 @@ scalaVersion := scala213Version
10
lazy val commonSettings = Seq(
11
// scalaJSUseMainModuleInitializer := true, //Test only
12
organization := "org.emergentorder.onnx",
13
- version := "0.6.0",
+ version := "0.7.0",
14
scalaVersion := scala213Version,
15
resolvers += Resolver.mavenLocal,
16
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
0 commit comments