Versioning for alpha versions is hard
This commit is contained in:
parent
517720c720
commit
3b7afa3d90
2
build.sc
2
build.sc
|
@ -6,7 +6,7 @@ object copret extends ScalaModule with PublishModule {
|
|||
override def ammoniteVersion = "2.5.3"
|
||||
|
||||
|
||||
def publishVersion = "0.0.1-SNAPSHOT"
|
||||
def publishVersion = "0.0.2-SNAPSHOT"
|
||||
def pomSettings = PomSettings(
|
||||
description = "Use ammonite scripts for command line presentations",
|
||||
organization = "de.qwertyuiop",
|
||||
|
|
Loading…
Reference in a new issue