We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2326b64 commit ef8e672Copy full SHA for ef8e672
modules/build/src/main/scala/scala/build/bsp/buildtargets/ProjectName.scala
@@ -4,5 +4,5 @@ import scala.build.options.Scope
4
5
final case class ProjectName(name: String) {
6
def withScopeAppended(scope: Scope): ProjectName =
7
- if scope == Scope.Main then this else copy(name = s"name-${scope.name.toLowerCase}")
+ if scope == Scope.Main then this else copy(name = s"$name-${scope.name.toLowerCase}")
8
}
0 commit comments