From 33b7282bb04140aa389f5748434a3a8cfd36a52d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Oct 2023 19:19:05 +0000 Subject: [PATCH] Update junit-plugin, junit-runtime, ... to 0.4.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 40e6c41..21925b7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") // versions val crossVer = "1.3.2" val scalaJSVersion = "1.14.0" -val scalaNativeVersion = "0.4.15" +val scalaNativeVersion = "0.4.16" // Scala.js support addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)