Skip to content

Commit 1c951f9

Browse files
authored
Merge pull request #38 from kubukoz/any-version-assembly
Make assembly task scala-version-independent
2 parents 0fa88fa + d792d93 commit 1c951f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ val smithyDump = project
8181
"--release",
8282
"8",
8383
),
84+
assembly / assemblyOutputPath := baseDirectory.value / "target" / "smithy-dump.jar",
8485
)
8586
.enablePlugins(AssemblyPlugin)
8687

web/public/SmithyDump.jar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../smithyDump/target/scala-3.7.1/smithyDump-assembly-0.1.0-SNAPSHOT.jar
1+
../../smithyDump/target/smithy-dump.jar

0 commit comments

Comments
 (0)