Skip to content

Commit

Permalink
Update scalajs-test-interface to 1.16.0 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 6, 2024
1 parent 7e18f73 commit db495fc
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 @@ -58,7 +58,7 @@ object utest extends Module {
) ++ (if(crossScalaVersion.startsWith("2")) Agg(
ivy"org.scala-lang:scala-reflect:$crossScalaVersion"
) else Agg())
def scalaJSVersion = "1.12.0"
def scalaJSVersion = "1.16.0"
object test extends ScalaJSTests with UtestTestModule
}

Expand Down

0 comments on commit db495fc

Please sign in to comment.