ammonite: add ammonite for Scala 3.3 (#315872)

This commit is contained in:
Arnout Engelen 2024-12-01 23:10:34 +01:00 committed by GitHub
commit 81594eb1b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -88,4 +88,8 @@ in {
scalaVersion = "2.13";
sha256 = "sha256-2BydXmF6AkWDdG5rbRLD2I/6z3w3UD0dCd5Tp+3lU7c=";
};
ammonite_3_3 = common {
scalaVersion = "3.3";
sha256 = "sha256-EL8mTUmbcetVIVOHjd/JvO8NsXnb3EtYK2+itZwOsDI=";
};
}

View File

@ -1610,8 +1610,9 @@ with pkgs;
inherit (callPackages ../development/tools/ammonite {})
ammonite_2_12
ammonite_2_13;
ammonite = ammonite_2_13;
ammonite_2_13
ammonite_3_3;
ammonite = ammonite_3_3;
android-tools = lowPrio (darwin.apple_sdk_11_0.callPackage ../tools/misc/android-tools { });