diff options
| author | jackkoenig | 2015-11-24 19:18:01 -0800 |
|---|---|---|
| committer | jackkoenig | 2015-11-24 19:18:01 -0800 |
| commit | 71f0319e8d27d1f175b4747c0367843a6ceab986 (patch) | |
| tree | acd1c96a30f4b04fcc6202cd9f9f59c9e9de432a /build.sbt | |
| parent | 876c5e0a93c21a2108804eb972289f77c250e28b (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.sbt | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
