From 8f008aa400e095a87493123a17c5ddd2a25bbe63 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 11 Oct 2023 16:06:38 +0200 Subject: [PATCH] Add organization --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95d64b97..f0f59914 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,8 @@ val scala3Version = "3.3.0" lazy val root = project .in(file(".")) .settings( - name := "Scala 3 Async Prototype", + name := "Gears", + organization := "ch.epfl.lamp", version := "0.1.0-SNAPSHOT", scalaVersion := scala3Version, javaOptions += "--enable-preview --version 19",