Skip to content

Commit

Permalink
Fix resolving nativeBridge04 and jsBridge1 artifacts id (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski authored Apr 6, 2023
1 parent 2548ede commit 0d0937e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ class Frontend(val crossScalaVersion: String) extends BloopCrossSbtModule with P
| def bspVersion = "${Dependencies.bsp4s.dep.version}"
| def zincVersion = "${Dependencies.zinc.dep.version}"
| def snailgunVersion = "0.4.1-sc2"
| def nativeBridge04 = "${bridges.`scala-native-04`().artifactId}"
| def jsBridge1 = "${bridges.`scalajs-1`().artifactId}"
| def nativeBridge04 = "${bridges.`scala-native-04`().artifactId()}"
| def jsBridge1 = "${bridges.`scalajs-1`().artifactId()}"
|}
|""".stripMargin
if (!os.isFile(dest) || os.read(dest) != code)
Expand Down

0 comments on commit 0d0937e

Please sign in to comment.