From b5597ac34f2cc1c49685be1cf5a482a52d88af0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonza=CC=81lez?= Date: Sat, 22 Jun 2024 10:37:54 +0200 Subject: [PATCH] chore: add organization name and homepage settings --- build.sbt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 06ae367..4c6e433 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,12 @@ lazy val root = (project in file(".")) .settings( - organization := "com.codely", name := "Codely Scala Basic Skeleton", version := "1.5.0", + + organization := "com.codely", + organizationName := "Codely EnseƱa y Entretiene SL", + organizationHomepage := Some(url("https://codely.com")), + scriptedLaunchOpts ++= List( "-Xms1024m", "-Xmx1024m",