Skip to content

Commit 33bb8d3

Browse files
committed
Remove custom artifact name
1 parent d8936d2 commit 33bb8d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ libraryDependencies += "com.github.mrpowers" %% "spark-fast-tests" % "1.0.0" % "
1717
libraryDependencies += "com.github.mrpowers" %% "spark-daria" % "1.0.0" % "test"
1818
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
1919

20-
artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
21-
Artifact.artifactName(sv, module, artifact).replaceAll(s"-${module.revision}", s"-${sparkVersion}${module.revision}")
22-
}
23-
2420
credentials += Credentials(Path.userHome / ".sbt" / "sonatype_credentials")
2521

2622
fork in Test := true

0 commit comments

Comments
 (0)