Skip to content

Commit 8b34b8d

Browse files
authored
Merge pull request #119 from SethTisue/set-module-name
fix regression in artifact naming
2 parents 67dac79 + bc64085 commit 8b34b8d

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)