File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11import com .github .ghik .sbt .nosbt .ProjectGroup
2- import com .typesafe .tools .mima .plugin .MimaKeys .*
32import org .portablescala .sbtplatformdeps .PlatformDepsPlugin .autoImport .*
43import org .scalajs .jsdependencies .sbtplugin .JSDependenciesPlugin
54import org .scalajs .jsenv .nodejs .NodeJSEnv
@@ -148,9 +147,6 @@ object Commons extends ProjectGroup("commons") {
148147 " org.apache.commons" % " commons-io" % commonsIoVersion % Test ,
149148 " org.slf4j" % " slf4j-simple" % slf4jVersion % Test ,
150149 ),
151- mimaPreviousArtifacts := previousCompatibleVersions.map { previousVersion =>
152- organization.value % s " ${name.value}_ ${scalaBinaryVersion.value}" % previousVersion
153- },
154150 Test / jsEnv :=
155151 new NodeJSEnv (NodeJSEnv .Config ().withEnv(Map (" RESOURCES_DIR" -> (Test / resourceDirectory).value.absolutePath))),
156152 )
@@ -167,7 +163,6 @@ object Commons extends ProjectGroup("commons") {
167163
168164 val noPublishSettings = Seq (
169165 publish / skip := true ,
170- mimaPreviousArtifacts := Set .empty,
171166 )
172167
173168 val aggregateProjectSettings =
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.3")
77addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
88addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
99addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.6.1" )
10- addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
1110addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
1211addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.29.0" )
1312addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6" )
You can’t perform that action at this time.
0 commit comments