Skip to content

Commit

Permalink
Update scala and scalajs versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerprete committed Dec 30, 2024
1 parent 521827d commit b354c02
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 @@ -2,8 +2,8 @@
import mill._, scalalib._, scalajslib._

object pi extends ScalaJSModule {
def scalaVersion = "3.4.1"
def scalaJSVersion = "1.16.0"
def scalaVersion = "3.6.2"
def scalaJSVersion = "1.17.0"

def ivyDeps = Agg(
ivy"org.scala-js::scalajs-dom::2.8.0"
Expand Down

0 comments on commit b354c02

Please sign in to comment.