Skip to content

Commit

Permalink
Merge pull request #23 from VirtusLab/scalajs-linker-1.13.2
Browse files Browse the repository at this point in the history
Update scalajs-linker to 1.13.2
  • Loading branch information
lwronski authored Jul 3, 2023
2 parents 1c07120 + 01f48d0 commit c91a2fb
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 @@ -18,7 +18,7 @@ import scala.util.Properties.isWin

def scalaJsCliVersion = "1.1.1-sc5"
def scala213 = "2.13.11"
def scalaJsVersion = "1.13.1"
def scalaJsVersion = "1.13.2"
object cli extends Cli
trait Cli extends ScalaModule with ScalaJsCliPublishModule {
def scalaVersion = scala213
Expand Down

0 comments on commit c91a2fb

Please sign in to comment.