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 c51f539 commit 0068669Copy full SHA for 0068669
build.sc
@@ -4,7 +4,7 @@ import mill._, scalalib._, scalajslib._, scalanativelib._, publish._
4
trait SourcecodeModule extends PublishModule {
5
def artifactName = "sourcecode"
6
7
- def publishVersion = "0.1.9"
+ def publishVersion = "0.2.0"
8
9
def pomSettings = PomSettings(
10
description = artifactName(),
0 commit comments