Skip to content

Commit

Permalink
Rely on sbt-typelevel defaults for organization
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Nov 7, 2023
1 parent 868133f commit bb26b06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ ThisBuild / crossScalaVersions := Seq(Scala2, Scala3)
ThisBuild / tlJdkRelease := Some(11)

ThisBuild / tlBaseVersion := "0.16"
ThisBuild / organization := "org.typelevel"
ThisBuild / organizationName := "Association of Universities for Research in Astronomy, Inc. (AURA)"
ThisBuild / startYear := Some(2019)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(
Expand Down

0 comments on commit bb26b06

Please sign in to comment.