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 3ff58b3 commit 755218bCopy full SHA for 755218b
build.sbt
@@ -11,7 +11,7 @@ scalaVersion := dottyVersion
11
lazy val commonSettings = Seq(
12
// scalaJSUseMainModuleInitializer := true, //Test only
13
organization := "org.emergentorder.onnx",
14
- version := "0.13.0",
+ version := "0.14.0",
15
scalaVersion := dottyVersion,
16
resolvers += Resolver.mavenLocal,
17
resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots",
0 commit comments