Skip to content

Commit

Permalink
build.sbt: Cleanup, update FastVDMA info
Browse files Browse the repository at this point in the history
Adds organization name, changes project name chisel-dma -> FastVDMA and
the project version to align with the current tag (v0.1).

Signed-off-by: Wiktoria Kuna <[email protected]>
  • Loading branch information
wkkuna committed Mar 21, 2024
1 parent 3b4bafa commit f7d2eb5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
}
}

name := "chisel-dma"

version := "3.5.3"

scalaVersion := "2.12.13"
ThisBuild / organization := "Antmicro"
ThisBuild / version := "0.1.0"
ThisBuild / scalaVersion := "2.12.13"
name := "FastVDMA"

crossScalaVersions := Seq("2.11.12", "2.12.13")

Expand Down

0 comments on commit f7d2eb5

Please sign in to comment.