Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 1bc9c7c

Browse files
committed
don't run mima
1 parent f278cc0 commit 1bc9c7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import VersionKeys._
2-
import com.typesafe.tools.mima.core.{IncompatibleMethTypeProblem, ProblemFilters}
3-
import com.typesafe.tools.mima.plugin.MimaKeys
42

53
scalaModuleSettings
64

@@ -58,5 +56,3 @@ libraryDependencies += "org.scala-lang" % "scalap" % sca
5856
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided" intransitive()
5957

6058
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided" intransitive()
61-
62-
mimaPreviousVersion := Some("1.0.11")

0 commit comments

Comments
 (0)