From 954a194cf99b64436d61973ea5825a5b5b556737 Mon Sep 17 00:00:00 2001 From: Roman Janusz Date: Wed, 8 Mar 2023 00:51:29 +0100 Subject: [PATCH] removed version from build.sbt --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6aab5e1..6e97011 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,6 @@ Global / excludeLintKeys += ideBasePackages inThisBuild(Seq( - version := "0.1", organization := "com.github.ghik", homepage := Some(url("https://github.com/ghik/plainsbt")),