Skip to content

Commit

Permalink
Merge pull request #43 from alexarchambault/sources-classifier
Browse files Browse the repository at this point in the history
Add source JARs in Ammonite and almond launchers
  • Loading branch information
alexarchambault authored Jun 17, 2020
2 parents 7254eed + 3a76dce commit 4eb7232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/resources/almond.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
],
"shared": [
"sh.almond:::scala-kernel-api"
]
],
"classifiers": ["_", "sources"]
}
1 change: 1 addition & 0 deletions apps/resources/ammonite.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"dependencies": [
"com.lihaoyi:::ammonite:latest.stable"
],
"classifiers": ["_", "sources"],
"name": "amm"
}

0 comments on commit 4eb7232

Please sign in to comment.