Skip to content

Commit

Permalink
"0.8.0" missing from MiMa previous versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arashi01 committed Jan 24, 2021
1 parent 7392b73 commit a28e75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description := "Yet another Typesafe Config decoder"
apiURL := Some(url("https://circe.github.io/circe-config/"))

mimaPreviousArtifacts := {
val versions = Set("0.3.0", "0.4.0", "0.4.1", "0.5.0", "0.6.0", "0.7.0")
val versions = Set("0.3.0", "0.4.0", "0.4.1", "0.5.0", "0.6.0", "0.7.0", "0.8.0")
val versionFilter: String => Boolean = CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 12)) => _ => true
case Some((2, 13)) => _ => false
Expand Down Expand Up @@ -151,7 +151,7 @@ lazy val `circe-sconfig` =
libraryPackage = "org.ekrich.config",
libraryDocUrl = "[[https://github.com/ekrich/sconfig SConfig]]"),
mimaPreviousArtifacts := {
val unavailable = Set("0.3.0", "0.4.0", "0.4.1", "0.5.0", "0.6.0", "0.7.0")
val unavailable = Set("0.3.0", "0.4.0", "0.4.1", "0.5.0", "0.6.0", "0.7.0", "0.8.0")
(LocalRootProject / mimaPreviousArtifacts).value.collect {
case prev if !unavailable.contains(prev.revision) => prev.organization %%% "circe-sconfig" % prev.revision
}
Expand Down

0 comments on commit a28e75b

Please sign in to comment.