Skip to content

Commit

Permalink
Merge pull request #1725 from firesim/sbt-org
Browse files Browse the repository at this point in the history
Fix sbt package org to edu.berkeley.cs
  • Loading branch information
abejgonzalez committed Apr 30, 2024
2 parents 736a8e1 + 02ec7d5 commit 111bfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val apiDirectory = settingKey[String]("The site directory into which the publish
apiDirectory := "latest"

lazy val commonSettings = Seq(
organization := "berkeley",
organization := "edu.berkeley.cs",
version := "1.0",
scalaVersion := "2.13.10",
scalacOptions ++= Seq("-deprecation","-unchecked","-Ywarn-unused","-Ymacro-annotations"),
Expand Down

0 comments on commit 111bfdd

Please sign in to comment.