Skip to content

Commit

Permalink
Update nscplugin, sbt-scala-native, ... to 0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed Jan 21, 2024
1 parent 2807757 commit 13389a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
# read the first non-empty string from the VERSION file
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));

depsSha256 = "sha256-vqb0mPUGu0no2j8L+ZgaR0YQkNoUr6yEJs3GwMKp5pI=";
depsSha256 = "sha256-lCMqisr8mOy24ecaMvURRXr7vWRe8jhl1PUGOvjnAo0=";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scalaNativeVersion = "0.4.16"
val scalaNativeVersion = "0.4.17"

addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
Expand Down

0 comments on commit 13389a8

Please sign in to comment.