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 @@ -40,7 +40,6 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform)(
40
40
.settings(
41
41
name := " scala-collection-compat" ,
42
42
moduleName := " scala-collection-compat" ,
43
- version := " 0.2.0-SNAPSHOT" ,
44
43
scalacOptions ++= Seq (" -feature" , " -language:higherKinds" , " -language:implicitConversions" ),
45
44
unmanagedSourceDirectories in Compile += {
46
45
val sharedSourceDir = (baseDirectory in ThisBuild ).value / " compat/src/main"
@@ -112,10 +111,10 @@ lazy val `binary-compat` = project
112
111
113
112
lazy val `scalafix-rules` = project
114
113
.in(file(" scalafix/rules" ))
114
+ .settings(scalaModuleSettings)
115
115
.settings(
116
116
organization := (organization in compat212JVM).value,
117
117
publishTo := (publishTo in compat212JVM).value,
118
- version := (version in compat212JVM).value,
119
118
name := " scala-collection-migrations" ,
120
119
scalaVersion := scalafixScala212,
121
120
libraryDependencies += " ch.epfl.scala" %% " scalafix-core" % scalafixVersion
You can’t perform that action at this time.
0 commit comments