aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorjackkoenig2015-11-24 19:18:01 -0800
committerjackkoenig2015-11-24 19:18:01 -0800
commit71f0319e8d27d1f175b4747c0367843a6ceab986 (patch)
treeacd1c96a30f4b04fcc6202cd9f9f59c9e9de432a /build.sbt
parent876c5e0a93c21a2108804eb972289f77c250e28b (diff)
In process of adding FAME-1 transformation, updated todos in grammar file, updated Makefile to play nicer when firrtl is a submodule, fixed bug in Translator for single line scopes, fixed firrtl-scala script to point to firrtl.Driver instead of old firrtl.Test
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt14
1 files changed, 7 insertions, 7 deletions
diff --git a/build.sbt b/build.sbt
index f363d4cf..c758923f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,12 +1,12 @@
-lazy val root = (project in file(".")).
- settings(
- organization := "edu.berkeley.cs",
- name := "firrtl",
- version := "0.1-SNAPSHOT",
- scalaVersion := "2.11.4"
- )
+organization := "edu.berkeley.cs"
+
+name := "firrtl"
+
+version := "0.1-SNAPSHOT"
+
+scalaVersion := "2.11.4"
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value