Skip to content

Commit

Permalink
Remove isSnapshot for 1.0.0-M1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmay committed Jan 19, 2022
1 parent 95c9f01 commit 47407ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name := "vapors-root"
ThisBuild / organization := "com.rallyhealth"
ThisBuild / organizationName := "Rally Health"

// publish snapshots until we have a 1.0.0-M1 git tag
isSnapshot := true

ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := Dependencies.Scala_2_13
ThisBuild / licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
Expand Down

0 comments on commit 47407ca

Please sign in to comment.