diff --git a/build.sbt b/build.sbt index 895a45b..01a61a4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,6 +2,7 @@ import sbt.Credentials import sbt.Keys.{credentials, publishTo, test} import sbtwelcome._ +ThisBuild / versionScheme := Some("early-semver") ThisBuild / organization := "com.github.aaronp" ThisBuild / scalaVersion := "3.1.0" ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" diff --git a/project/plugins.sbt b/project/plugins.sbt index 81ccf96..2ae974b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9") \ No newline at end of file diff --git a/version.sbt b/version.sbt index dc11afe..57b0bcb 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.0.1-SNAPSHOT" +version in ThisBuild := "0.1.0-SNAPSHOT"