Skip to content

Commit

Permalink
Merge pull request #17 from ckipp01/millVersion
Browse files Browse the repository at this point in the history
fix: test again 0.10.3 not 0.10.5
  • Loading branch information
ckipp01 authored Jul 9, 2022
2 parents a229e35 + 8d7a5da commit bf3e108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.1.4`
import de.tobiasroeser.mill.vcs.version.VcsVersion

// TODO Should probably drop this to 0.10.0, but when I did a bunch of stuff breaks
val millVersion = "0.10.5"
val millVersion = "0.10.3"
val artifactBase = "mill-github-dependency-graph"

def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
Expand Down

0 comments on commit bf3e108

Please sign in to comment.