From 085bd10c5f7f8dc8f8ceab872e8450c7dc5f5682 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Thu, 11 Jan 2024 22:01:24 -0600 Subject: [PATCH] Do not guarantee binary compatibility within v0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ad931d..9b0b080 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / organizationName := "garrity software" ThisBuild / organization := "gs" -ThisBuild / versionScheme := Some("early-semver") +ThisBuild / versionScheme := Some("semver-spec") externalResolvers := Seq( "Garrity Software Releases" at "https://maven.garrity.co/gs",