From 47407ca2a8a5a20a648ce37944d7ce98c3eaea70 Mon Sep 17 00:00:00 2001 From: Jeff May Date: Wed, 19 Jan 2022 15:04:47 -0800 Subject: [PATCH] Remove isSnapshot for 1.0.0-M1 release --- build.sbt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sbt b/build.sbt index 00ecaf9e..cd9bca7d 100644 --- a/build.sbt +++ b/build.sbt @@ -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"))