From e6bc7a6c65ebf0d560f90b0ca09c68e3104c0ade Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 24 May 2020 15:25:48 -0400 Subject: [PATCH] 0.1.1-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f28b14d..db28bf6 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / scalaVersion := scala212 ThisBuild / organization := "com.eed3si9n.jarjarabrams" ThisBuild / organizationName := "eed3si9n" ThisBuild / organizationHomepage := Some(url("http://eed3si9n.com/")) -ThisBuild / version := "0.1.0-SNAPSHOT" +ThisBuild / version := "0.1.1-SNAPSHOT" ThisBuild / description := "utility to shade Scala libraries" ThisBuild / licenses := Seq( "Apache 2" -> new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")