From 94a0933892b849912f0232ab239c0f9464e684ff Mon Sep 17 00:00:00 2001 From: ckipp01 Date: Sat, 2 Jul 2022 15:32:31 +0200 Subject: [PATCH] add in scala-update to contrib --- apps-contrib/resources/scala-update.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps-contrib/resources/scala-update.json diff --git a/apps-contrib/resources/scala-update.json b/apps-contrib/resources/scala-update.json new file mode 100644 index 0000000..a57ae03 --- /dev/null +++ b/apps-contrib/resources/scala-update.json @@ -0,0 +1,13 @@ +{ + "repositories": [ + "central" + ], + "dependencies": [ + "io.github.kitlangton::scala-update:latest.release" + ], + "launcherType": "graalvm-native-image", + "prebuiltBinaries": { + "x86_64-pc-linux": "https://github.com/kitlangton/scala-update/releases/download/${version}/sup-linux-amd", + "x86_64-apple-darwin": "https://github.com/kitlangton/scala-update/releases/download/${version}/sup-macos-amd" + } +}