diff --git a/build.mill b/build.mill index 11bfde0..cd15dcd 100644 --- a/build.mill +++ b/build.mill @@ -32,7 +32,7 @@ def compileIvyDeps = super.compileIvyDeps() ++ Agg(ivy"org.jspecify:jspecify:1.0.0") - def publishVersion = "0.1" + def publishVersion = "0.2-SNAPSHOT" def pomSettings = PomSettings( description = "A library that provides scala-like effects for java",