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

Commit

Permalink
Merge branch '1.3.x' into 1.3-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Feb 2, 2021
2 parents 4f4d805 + ff85039 commit 63e6c37
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
// SPDX-License-Identifier: Apache-2.0

// Build script for mill 0.6.0
import mill._
import mill.scalalib._
import mill.scalalib.publish._
import coursier.maven.MavenRepository
import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION`
import mill.contrib.buildinfo.BuildInfo

object treadle extends mill.Cross[treadleCrossModule]("2.11.12", "2.12.11")

Expand Down Expand Up @@ -76,7 +70,7 @@ trait CommonModule extends ScalaModule with SbtModule with PublishModule {
description = artifactName(),
organization = "edu.berkeley.cs",
url = "https://www.chisel-lang.org",
licenses = Seq(License.`BSD-3-Clause`),
licenses = Seq(License.`Apache-2.0`),
versionControl = VersionControl.github("freechipsproject", "treadle"),
developers = Seq(
Developer("jackbackrack", "Jonathan Bachrach", "https://eecs.berkeley.edu/~jrb/")
Expand Down

0 comments on commit 63e6c37

Please sign in to comment.