Skip to content

Commit

Permalink
Add Scala.js 1.10.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 27, 2022
1 parent 6cd6126 commit db91703
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 @@ -10,7 +10,7 @@ import mill.scalalib._
import coursier.core.Version

def scalaJsCliVersion = "1.1.1-sc5"
def scalaJsVersions = Seq("1.9.0", "1.10.0")
def scalaJsVersions = Seq("1.9.0", "1.10.0", "1.10.1")

class ScalaJsCliNativeImage(val scalaJsVersion0: String) extends ScalaModule with NativeImage {
def scalaVersion = "2.13.8"
Expand Down

0 comments on commit db91703

Please sign in to comment.