Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 9, 2024
1 parent 9447812 commit 4fa5634
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import mill._, scalalib._, publish._
import $ivy.`com.github.lolgab::mill-mima::0.1.0`
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import de.tobiasroeser.mill.vcs.version.VcsVersion
import com.github.lolgab.mill.mima.{CheckDirection, ProblemFilter, Mima}
import com.github.lolgab.mill.mima.worker.MimaBuildInfo
import com.github.lolgab.mill.mima.IncompatibleSignatureProblem
Expand All @@ -25,7 +27,7 @@ trait UnrollModule extends Cross.Module[String]{

trait InnerPublishModule extends InnerScalaModule with PublishModule{

def publishVersion = "0.1.0-M1"
def publishVersion = VcsVersion.vcsState().format()

def pomSettings = PomSettings(
description = "Main method argument parser for Scala",
Expand Down

0 comments on commit 4fa5634

Please sign in to comment.