4 Commits

Author SHA1 Message Date
Dolu1990 514b43937b withAssembly 2020-04-21 10:23:10 +02:00
Dolu1990 b524ddddd8 cleanup build.sbt 2020-03-09 12:34:41 +01:00
Dolu1990 648d530e4d Merge remote-tracking branch 'origin/compiler_plugin' 2020-03-09 12:25:15 +01:00
Dolu1990 4f93c929d4 sbt 1.3.3 for windows compatibility 2020-03-02 19:41:14 +01:00
4 changed files with 9 additions and 8 deletions
+1
View File
@@ -38,3 +38,4 @@ bin/
simWorkspace/
tmp/
null
+5 -7
View File
@@ -1,15 +1,13 @@
name := "SpinalTemplateSbt"
version := "1.0"
scalaVersion := "2.11.12"
EclipseKeys.withSource := true
val spinalVersion = "1.4.0"
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.4.0",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.4.0",
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % "1.4.0")
"com.github.spinalhdl" % "spinalhdl-core_2.11" % spinalVersion,
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % spinalVersion,
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % spinalVersion)
)
fork := true
EclipseKeys.withSource := true
+1 -1
View File
@@ -1 +1 @@
sbt.version=1.2.7
sbt.version=1.3.3
+2
View File
@@ -1,2 +1,4 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")