Skip to content

Commit ab0cf6a

Browse files
Merge pull request scala#68 from jlprat/patch-1
Use the given name for the project instead of a default one
2 parents 0cc3db3 + c3ddd49 commit ab0cf6a

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)