From 1e0be6e099c3a3ad21a939f806e45ed9fdbc4b31 Mon Sep 17 00:00:00 2001 From: Douglas Thomsen Date: Wed, 29 May 2024 17:05:01 -0600 Subject: [PATCH] Adding starting version. --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8622d75..11599b5 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,8 @@ inThisBuild( List( organization := "com.iterable", homepage := Some(url("https://github.com/Iterable/sbt-codeartifact")), - licenses := Seq("MIT" -> url("https://choosealicense.com/licenses/mit/")) + licenses := Seq("MIT" -> url("https://choosealicense.com/licenses/mit/")), + version := "0.1.0" ) )