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

Commit

Permalink
build.sbt: versionScheme early-semver.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 8, 2024
1 parent 10135c6 commit f8d0703
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "ee.hrzn"
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "ee.hrzn"
ThisBuild / versionScheme := Some("early-semver")

val chiselVersion = "6.3.0"

Expand Down

0 comments on commit f8d0703

Please sign in to comment.