Skip to content

Commit bc64085

Browse files
committed
fix regression in artifact naming
recent build changes caused "compat.jar" to be published instead of "scala-collection-compat.jar" like before. this fixes it caught by the Scala 2.12 community build
1 parent 67dac79 commit bc64085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform)("compat",
3838
.jvmSettings(scalaModuleSettingsJVM)
3939
.settings(
4040
name := "scala-collection-compat",
41+
moduleName := "scala-collection-compat",
4142
version := "0.2.0-SNAPSHOT",
4243
scalacOptions ++= Seq("-feature", "-language:higherKinds", "-language:implicitConversions"),
4344
unmanagedSourceDirectories in Compile += {

0 commit comments

Comments
 (0)