File tree 1 file changed +1
-2
lines changed
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)(
48
48
.settings(
49
49
name := " scala-collection-compat" ,
50
50
moduleName := " scala-collection-compat" ,
51
- version := " 0.2.0-SNAPSHOT" ,
52
51
scalacOptions ++= Seq (" -feature" , " -language:higherKinds" , " -language:implicitConversions" ),
53
52
unmanagedSourceDirectories in Compile += {
54
53
val sharedSourceDir = (baseDirectory in ThisBuild ).value / " compat/src/main"
@@ -136,10 +135,10 @@ lazy val `binary-compat` = project
136
135
137
136
lazy val `scalafix-rules` = project
138
137
.in(file(" scalafix/rules" ))
138
+ .settings(scalaModuleSettings)
139
139
.settings(
140
140
organization := (organization in compat212JVM).value,
141
141
publishTo := (publishTo in compat212JVM).value,
142
- version := (version in compat212JVM).value,
143
142
name := " scala-collection-migrations" ,
144
143
scalaVersion := scalafixScala212,
145
144
libraryDependencies += " ch.epfl.scala" %% " scalafix-core" % scalafixVersion
You can’t perform that action at this time.
0 commit comments