We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8414ba2 + bbb18fb commit ecb0d4eCopy full SHA for ecb0d4e
build.sbt
@@ -21,7 +21,7 @@ lazy val `scala-parser-combinators` = crossProject.in(file(".")).
21
settings(scalaModuleSettings: _*).
22
jvmSettings(scalaModuleSettingsJVM).
23
settings(
24
- repoName := "scala-parser-combinators",
+ name := "scala-parser-combinators",
25
version := "1.0.7-SNAPSHOT",
26
mimaPreviousVersion := Some("1.0.5"),
27
0 commit comments