Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
cronch.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 30, 2024
1 parent 1edaa59 commit 3872694
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "ee.hrzn"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / homepage := Some(url("https://github.com/chryse-hdl/chryse"))
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / versionScheme := Some("early-semver")
ThisBuild / homepage := Some(url("https://github.com/chryse-hdl/chryse"))
ThisBuild / organization := "ee.hrzn"
ThisBuild / organizationHomepage := Some(url("https://github.com/chryse-hdl"))

val chiselVersion = "6.3.0"

Expand Down
8 changes: 4 additions & 4 deletions publish.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
githubOwner := "chryse-hdl"
githubRepository := "chryse"
githubTokenSource := TokenSource.GitConfig("github.token")

ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/chryse-hdl/chryse"),
Expand All @@ -22,3 +18,7 @@ ThisBuild / description := "Project framework for Chisel."
ThisBuild / licenses := List(
"Apache 2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"),
)

githubOwner := "chryse-hdl"
githubRepository := "chryse"
githubTokenSource := TokenSource.GitConfig("github.token")

0 comments on commit 3872694

Please sign in to comment.