Skip to content

Commit

Permalink
Restored binary compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Aug 16, 2023
1 parent 2398c38 commit 10750fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ trait MillPublishJavaModule extends MillJavaModule with PublishModule {
*/
trait MillScalaModule extends ScalaModule with MillJavaModule { outer =>
def scalaVersion = Deps.scalaVersion
def scalacOptions = super.scalacOptions() ++ Seq("-deprecation", "-P:acyclic:force", "-feature", "-Xsource:3")
def scalacOptions = super.scalacOptions() ++ Seq("-deprecation", "-P:acyclic:force", "-feature")

def testIvyDeps: T[Agg[Dep]] = Agg(Deps.utest)
def testModuleDeps: Seq[JavaModule] =
Expand Down
4 changes: 2 additions & 2 deletions scalalib/src/mill/scalalib/Dep.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package mill.scalalib

import upickle.default.{macroRW, ReadWriter as RW}
import CrossVersion.*
import upickle.default.{macroRW, ReadWriter => RW}
import mill.scalalib.CrossVersion._
import coursier.core.Dependency
import mill.scalalib.api.ZincWorkerUtil

Expand Down

0 comments on commit 10750fe

Please sign in to comment.