From 5037966a52e311ba7115226ccb71801fe52bc6c8 Mon Sep 17 00:00:00 2001 From: Roman Janusz Date: Wed, 8 Mar 2023 01:17:29 +0100 Subject: [PATCH] fix --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e97011..be66b1b 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ lazy val root = project.in(file(".")) nameFormal = "PlainSBT", description = "SBT plugin for organizing your build into plain Scala files", homepage = Some(url("https://github.com/ghik/plainsbt")), - startYear = Some(2022), + startYear = Some(2023), licenses = Vector( "Apache License, Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0") ),