Skip to content
Snippets Groups Projects
Verified Commit 9609222c authored by Minyong Li's avatar Minyong Li :speech_balloon:
Browse files

build.sbt: change project name to can

parent 08a01259
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ThisBuild / scalaVersion := "2.12.13" ...@@ -5,8 +5,8 @@ ThisBuild / scalaVersion := "2.12.13"
lazy val root = (project in file(".")) lazy val root = (project in file("."))
.settings( .settings(
organization := "uk.ac.soton.ecs.ml10g20", organization := "uk.ac.soton.ecs",
name := "nisc", name := "can",
version := "0.1.0", version := "0.1.0",
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"edu.berkeley.cs" %% "chisel3" % "3.4.3", "edu.berkeley.cs" %% "chisel3" % "3.4.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment