Bump paradise plugin | Remove extra rm for SBT-server timestamp | Small bump for barstools
This commit is contained in:
@@ -13,7 +13,7 @@ lazy val commonSettings = Seq(
|
||||
case PathList("META-INF", "MANIFEST.MF") => MergeStrategy.discard
|
||||
case _ => MergeStrategy.first}},
|
||||
scalacOptions ++= Seq("-deprecation","-unchecked","-Xsource:2.11"),
|
||||
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full),
|
||||
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
|
||||
unmanagedBase := (chipyardRoot / unmanagedBase).value,
|
||||
allDependencies := {
|
||||
// drop dependencies (org, name)
|
||||
|
||||
@@ -237,7 +237,6 @@ launch-sbt:
|
||||
.PHONY: shutdown-sbt-server
|
||||
shutdown-sbt-server:
|
||||
cd $(base_dir) && $(SBT) "shutdown"
|
||||
rm -rf $(SBT_THIN_CLIENT_TIMESTAMP)
|
||||
|
||||
.PHONY: start-sbt-server
|
||||
start-sbt-server:
|
||||
|
||||
Submodule sims/firesim updated: e43828a1fc...52a9d0fd2f
Submodule tools/barstools updated: 15fa68b3a4...62f311654a
Reference in New Issue
Block a user