Skip to content

Commit

Permalink
Bump Scala.js to 1.18.2 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Jan 23, 2025
1 parent d964ca7 commit d7f7800
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 @@ -13,7 +13,7 @@ import scala.concurrent.duration._
import scala.util.Properties.isWin

def scala213 = "2.13.16"
def scalaJsVersion = "1.18.1"
def scalaJsVersion = "1.18.2"
object cli extends Cli
trait Cli extends ScalaModule with ScalaJsCliPublishModule {
def scalaVersion = scala213
Expand Down

0 comments on commit d7f7800

Please sign in to comment.