Skip to content

Commit

Permalink
Update de.tobiasroeser.mill.vcs.version to 0.4.1 (#144)
Browse files Browse the repository at this point in the history
Pull request: #144
  • Loading branch information
scala-steward authored Jan 13, 2025
1 parent ff0114b commit f129b34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.1`

import mill._, scalalib._, publish._
import de.tobiasroeser.mill.vcs.version.VcsVersion
Expand Down Expand Up @@ -47,7 +47,6 @@ trait AcyclicModule extends CrossScalaModule with PublishModule {
override def compileIvyDeps =
Agg(Deps.scalaCompiler(crossScalaVersion))


object test extends ScalaTests with TestModule.Utest {
override def sources = T.sources(super.sources() :+ PathRef(millSourcePath / "resources"))
override def ivyDeps = Agg(
Expand Down

0 comments on commit f129b34

Please sign in to comment.