From 0e78482c659cbad613901a06ac7c38af358f2138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Sat, 17 Aug 2024 19:12:58 +1200 Subject: [PATCH] Scala Native 0.5 I want to use this project with Scala Native 0.5. I haven't tested if this project compiles with Scala Native 0.5 or requires changes --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ebb9d90..d81a21d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,9 +5,9 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4") libraryDependencies ++= Seq( "de.jflex" % "jflex" % "1.6.1", "com.github.vbmacher" % "java-cup" % "11b-20160615" -) \ No newline at end of file +)