Skip to content

Commit

Permalink
Declare mima-core’s versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Oct 15, 2021
1 parent 4458b29 commit c514e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ inThisBuild(List(
url("https://github.com/alexarchambault")
)
),
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
libraryDependencySchemes += "com.typesafe" %% "mima-core" % "semver-spec"
))

lazy val root = (project in file("."))
Expand All @@ -36,6 +37,5 @@ lazy val `sbt-version-policy` = project
"io.get-coursier" %% "versions" % "0.3.1",
"com.eed3si9n.verify" %% "verify" % "0.2.0" % Test,
),
testFrameworks += new TestFramework("verify.runner.Framework"),
versionPolicyIgnored += "org.scala-lang.modules" %% "scala-collection-compat" // Removed from MiMa 0.9.1
testFrameworks += new TestFramework("verify.runner.Framework")
)

0 comments on commit c514e27

Please sign in to comment.