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 c067cac commit 6f27f07Copy full SHA for 6f27f07
build.sbt
@@ -87,7 +87,7 @@ lazy val simulacrumSettings = Seq(
87
case e: xml.Elem
88
if e.label == "dependency" &&
89
e.child.exists(child => child.label == "groupId" && child.text == "org.typelevel") &&
90
- e.child.exists(child => child.label == "artifactId" && child.text.startsWith("simulacrum_")) =>
+ e.child.exists(child => child.label == "artifactId" && child.text.startsWith("simulacrum")) =>
91
Nil
92
case _ => Seq(node)
93
}
0 commit comments