Skip to content

Commit aa47f54

Browse files
committed
Infrastructure: Add sbt setup for Actions test
1 parent eb07ff6 commit aa47f54

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
java-version: '17.0'
1818
java-package: jdk
1919

20+
- uses: sbt/setup-sbt@v1
21+
2022
- run: sbt -v update compile
2123
- run: sbt -v test

extensions/import-a-1.0.7.zip

-17.8 KB
Binary file not shown.

extensions/import-a-1.0.8.zip

17.9 KB
Binary file not shown.

libraries.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ Note GnuPG must be installed in the command path.
235235
codeName: "import-a"
236236
shortDescription: "Generalized `import-*` primitives"
237237
longDescription: "Primitives for running `import-drawing`, `import-pcolors`, and `import-pcolors-rgb` on base64 strings, and `import-world` on plain text strings"
238-
version: "1.0.7"
238+
version: "1.0.8"
239239
homepage: "https://github.com/NetLogo/ImportA-Extension#import-a"
240-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/import-a-1.0.7.zip"
240+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/import-a-1.0.8.zip"
241241
}
242242
{
243243
name: "NodeJS"

0 commit comments

Comments
 (0)