Skip to content

Commit

Permalink
update: version of .jar
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Jun 6, 2022
1 parent a88700c commit 0e87b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: actions/[email protected]
with:
name: lunesnode 0.1.0
path: target/lunesnode-0.1.0.jar
path: target/scala-2.12/lunesnode-0.1.0.jar
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "lunes-node"
scalaVersion := "2.12.14"
organization := "io.lunes"
scalaVersion := "2.12.14"
version := "0.7.1"
fork in run := true

Expand Down Expand Up @@ -30,7 +30,7 @@ lazy val node = project
Dependencies.monix.value
)

assemblyJarName in assembly := s"lunesnode-latest.jar"
assemblyJarName in assembly := s"lunesnode-${version.value}.jar"
assemblyMergeStrategy in assembly := {
case PathList("META-INF", "io.netty.versions.properties") =>
MergeStrategy.concat
Expand Down

0 comments on commit 0e87b94

Please sign in to comment.