From dcc851fd0d188e1178c60e8bb44a6a6b6db8c478 Mon Sep 17 00:00:00 2001 From: Thomas Suckow Date: Thu, 26 May 2022 04:46:43 +0000 Subject: [PATCH] versionScheme --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 9e48f7d..bac4563 100644 --- a/build.sbt +++ b/build.sbt @@ -5,6 +5,7 @@ description := "Scala syntax for Guice" organization := "net.codingwell" version := "5.1.0" +versionScheme := Some("pvp") licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))