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 64cb918 commit 0e0cc85Copy full SHA for 0e0cc85
build.sbt
@@ -10,7 +10,7 @@ scalaVersion := dottyVersion
10
lazy val commonSettings = Seq(
11
// scalaJSUseMainModuleInitializer := true, //Test only
12
organization := "org.emergentorder.onnx",
13
- version := "0.9.0",
+ version := "0.10.0",
14
scalaVersion := dottyVersion,
15
resolvers += Resolver.mavenLocal,
16
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
0 commit comments