Add sbt-assembly for making jar
This commit is contained in:
@@ -9,7 +9,9 @@ object Dependencies {
|
||||
|
||||
// Templating!
|
||||
val handlebarsVersion = "2.1.1"
|
||||
val handlebars = "com.gilt" %% "handlebars-scala" % handlebarsVersion
|
||||
val handlebars = "com.gilt" %% "handlebars-scala" % handlebarsVersion exclude("org.slf4j", "slf4j-simple")
|
||||
// org.slf4j.slf4j-simple's StaticLoggerBinder (from handlebars) conflicts with
|
||||
// ch.qos.logback.logback-classic's StaticLoggerBinder (from firrtl).
|
||||
|
||||
val commonDependencies: Seq[ModuleID] = Seq(
|
||||
scalatest,
|
||||
@@ -17,4 +19,4 @@ object Dependencies {
|
||||
handlebars
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
2
project/assembly.sbt
Normal file
2
project/assembly.sbt
Normal file
@@ -0,0 +1,2 @@
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
|
||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
|
||||
Reference in New Issue
Block a user