Skip to content

Commit

Permalink
Add organization
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Oct 26, 2023
1 parent 1493d26 commit 8f008aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8f008aa

Please sign in to comment.