Skip to content

Commit

Permalink
Merge pull request #200 from lolgab/scala-js-scala-3
Browse files Browse the repository at this point in the history
Support ScalaJS + Scala 3
  • Loading branch information
adamw authored Apr 10, 2022
2 parents 8c58f7c + 3d75755 commit efaa807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ lazy val util = projectMatrix
.settings(libraryDependencies += tagging)
.settings(commonSettings)
.jvmPlatform(scalaVersions = scala2And3Versions)
.jsPlatform(scalaVersions = scala2)
.jsPlatform(scalaVersions = scala2And3Versions)

lazy val macros = projectMatrix
.in(file("macros"))
Expand All @@ -105,7 +105,7 @@ lazy val macros = projectMatrix
)
.dependsOn(util % "provided")
.jvmPlatform(scalaVersions = scala2And3Versions)
.jsPlatform(scalaVersions = scala2)
.jsPlatform(scalaVersions = scala2And3Versions)

lazy val proxy = projectMatrix
.in(file("proxy"))
Expand Down

0 comments on commit efaa807

Please sign in to comment.