Skip to content

Commit

Permalink
Zinc 1.4.x is incompatible with 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jan 7, 2021
1 parent 06a1dec commit ab68e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/proguard/test/src/ProguardTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object ProguardTests extends TestSuite {
override def millSourcePath: os.Path =
TestUtil.getSrcPathBase() / millOuterCtx.enclosing.split('.')

override def scalaVersion = "2.12.0"
override def scalaVersion = "2.12.1"

def proguardContribClasspath = T{
mill.modules.Util.millProjectModule("MILL_PROGUARD_LIB", "mill-contrib-proguard", repositoriesTask())
Expand Down Expand Up @@ -54,7 +54,7 @@ object ProguardTests extends TestSuite {
val javaVersion = sys.props("java.version")
val acceptFailure = isGithubActions && javaVersion.startsWith("11")
try {

val Right((path, _)) = eval.apply(proguard.proguard)
assert(os.exists(path.path))

Expand Down

0 comments on commit ab68e33

Please sign in to comment.