File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform)(
4848 .settings(
4949 name := " scala-collection-compat" ,
5050 moduleName := " scala-collection-compat" ,
51- version := " 0.2.0-SNAPSHOT" ,
5251 scalacOptions ++= Seq (" -feature" , " -language:higherKinds" , " -language:implicitConversions" ),
5352 unmanagedSourceDirectories in Compile += {
5453 val sharedSourceDir = (baseDirectory in ThisBuild ).value / " compat/src/main"
@@ -136,10 +135,10 @@ lazy val `binary-compat` = project
136135
137136lazy val `scalafix-rules` = project
138137 .in(file(" scalafix/rules" ))
138+ .settings(scalaModuleSettings)
139139 .settings(
140140 organization := (organization in compat212JVM).value,
141141 publishTo := (publishTo in compat212JVM).value,
142- version := (version in compat212JVM).value,
143142 name := " scala-collection-migrations" ,
144143 scalaVersion := scalafixScala212,
145144 libraryDependencies += " ch.epfl.scala" %% " scalafix-core" % scalafixVersion
You can’t perform that action at this time.
0 commit comments