Skip to content

Commit

Permalink
Add sbt-assembly to SBT plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gravgaard committed Oct 5, 2017
1 parent c37d31c commit 81d9a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -4,6 +4,8 @@ version := "1.0.0"

scalaVersion := "2.12.1"

assemblyJarName in assembly := "ElasticNotepad.jar"

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-swing" % "2.0.0"
)
Expand Down
1 change: 1 addition & 0 deletions project/buildinfo.sbt
@@ -1 +1,2 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")

0 comments on commit 81d9a0b

Please sign in to comment.