Skip to content

Commit c3ddd49

Browse files
authored
Use the given name for the project instead of a default one
1 parent 0cc3db3 commit c3ddd49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/g8/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ val scala3Version = "3.0.2"
33
lazy val root = project
44
.in(file("."))
55
.settings(
6-
name := "scala3-simple",
7-
version := "0.1.0",
6+
name := "$name$",
7+
version := "0.1.0-SNAPSHOT",
88

99
scalaVersion := scala3Version,
1010

0 commit comments

Comments
 (0)