From 9187065a5aca93f5610017f741523aa3e4735253 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2020 12:50:51 +0200 Subject: [PATCH] Update sbt-scala-native-crossproject, ... to 1.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e2ffb5e8..d0b792cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val crossVer = "0.6.1" +val crossVer = "1.0.0" val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.33") val scalaNativeVersion =