Versioning for alpha versions is hard

This commit is contained in:
Alexander Gehrke 2022-09-21 15:50:20 +02:00
parent 517720c720
commit 3b7afa3d90

View file

@ -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",