Skip to content

Commit

Permalink
Update scalajs-test-interface to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2023
1 parent 3a7b8ef commit 77f93b8
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.14.0"
object test extends ScalaJSTests with UtestTestModule
}

Expand Down

0 comments on commit 77f93b8

Please sign in to comment.