Skip to content

Commit

Permalink
chore: add organization name and homepage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCane committed Jun 22, 2024
1 parent ee27b8e commit b5597ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b5597ac

Please sign in to comment.