Skip to content

Commit

Permalink
Merge pull request #569 from keynmol/scala-native-0.5
Browse files Browse the repository at this point in the history
Scala native 0.5
  • Loading branch information
darkfrog26 authored Apr 17, 2024
2 parents 162be58 + 4407708 commit d2e9fe8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ logs/
out/
benchmarks.json
lowered.hnir
*.iml
*.iml
.bloop
project/project
project/metals.sbt
.metals
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -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" )
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2" )

0 comments on commit d2e9fe8

Please sign in to comment.