Skip to content

Commit

Permalink
delete github package diffusion system, upgrade scala version 2.13.8 …
Browse files Browse the repository at this point in the history
…and fpgamacro 0.2.2
  • Loading branch information
Martoni committed Dec 6, 2023
1 parent b64e79d commit c75087b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
// See README.md for license details.

scalaVersion := "2.12.13"
version := "0.1.0"
organization := "Martoni"

githubOwner := "Martoni"
githubRepository := "hdmicore"
scalaVersion := "2.13.8"
version := "0.1.1"
organization := "com.armadeus"

lazy val root = (project in file("."))
.settings(
name := "hdmicore",
externalResolvers += "fpgamacro packages" at "https://maven.pkg.github.com/Martoni/fpgamacro",
libraryDependencies ++= Seq(
"edu.berkeley.cs" %% "chisel3" % "3.5.1",
"edu.berkeley.cs" %% "chiseltest" % "0.5.0" % "test",
"Martoni" %% "fpgamacro" % "0.1.0-SNAPSHOT"
"Martoni" %% "fpgamacro" % "0.2.2"
),
scalacOptions ++= Seq(
"-Xsource:2.11",
Expand All @@ -24,6 +21,5 @@ lazy val root = (project in file("."))
"-Xcheckinit",
),
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.5.1" cross CrossVersion.full),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
)

0 comments on commit c75087b

Please sign in to comment.