Do not guarantee binary compatibility within v0

This commit is contained in:
Pat Garrity 2024-01-11 22:01:24 -06:00
parent 3867097f50
commit 085bd10c5f
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -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",