Skip to content

Commit bbb18fb

Browse files
committed
Fix build anme to scala-parser-combinators
The sbt plugin sets `repoName := name.value`, not the other way around.
1 parent 8414ba2 commit bbb18fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy val `scala-parser-combinators` = crossProject.in(file(".")).
2121
settings(scalaModuleSettings: _*).
2222
jvmSettings(scalaModuleSettingsJVM).
2323
settings(
24-
repoName := "scala-parser-combinators",
24+
name := "scala-parser-combinators",
2525
version := "1.0.7-SNAPSHOT",
2626
mimaPreviousVersion := Some("1.0.5"),
2727

0 commit comments

Comments
 (0)