From 496541092fc956e47dc3352deead1ce8eb7878f3 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Thu, 11 Apr 2024 18:33:21 +0100 Subject: [PATCH 1/2] Scala Native 0.5 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 17dbc57da..7d776a550 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") @@ -16,4 +16,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2" ) \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2" ) From 44077086e3d90f3b2587503b9213c1c6d93ce6f8 Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Thu, 11 Apr 2024 18:33:44 +0100 Subject: [PATCH 2/2] Add common locations to .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 133df82f8..ada964329 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,8 @@ logs/ out/ benchmarks.json lowered.hnir -*.iml \ No newline at end of file +*.iml +.bloop +project/project +project/metals.sbt +.metals