Skip to content

Commit

Permalink
Merge branch 'main' into add-support-for-scala-213
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Nov 3, 2023
2 parents 4b6dd78 + 9a850f4 commit d6639de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ lazy val root = (
settings(
name := buildName,
publish / skip := true,
publishArtifact := false,
publish := {},
publishLocal := {},
// See https://github.com/sbt/sbt/issues/4262#issuecomment-405607763
crossScalaVersions := Seq.empty
)
Expand Down Expand Up @@ -97,7 +94,4 @@ lazy val cli = project.
scalaVersion := scala212Version,
// cli is not meant to be published
publish / skip := true,
publishArtifact := false,
publish := {},
publishLocal := {}
).dependsOn(core)

0 comments on commit d6639de

Please sign in to comment.