Skip to content

Commit

Permalink
Bump to v0.10.0 due to sonatype release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Mar 9, 2021
1 parent 64cb918 commit 0e0cc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scalaVersion := dottyVersion
lazy val commonSettings = Seq(
// scalaJSUseMainModuleInitializer := true, //Test only
organization := "org.emergentorder.onnx",
version := "0.9.0",
version := "0.10.0",
scalaVersion := dottyVersion,
resolvers += Resolver.mavenLocal,
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
Expand Down

0 comments on commit 0e0cc85

Please sign in to comment.