Skip to content

Commit

Permalink
Bump Scala.js to 1.16.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Mar 19, 2024
1 parent 43aa788 commit 0e7e95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -18,7 +18,7 @@ import scala.util.Properties.isWin

def scalaJsCliVersion = "1.1.1-sc5"
def scala213 = "2.13.13"
def scalaJsVersion = "1.15.0"
def scalaJsVersion = "1.16.0"
object cli extends Cli
trait Cli extends ScalaModule with ScalaJsCliPublishModule {
def scalaVersion = scala213
Expand Down

0 comments on commit 0e7e95a

Please sign in to comment.