Skip to content

Commit 6a9eeff

Browse files
authored
Merge pull request #456 from sjrd/post-release-1.6.0
Post release v1.6.0.
2 parents fdee775 + a818d94 commit 6a9eeff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.sbt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inThisBuild(Def.settings(
3737
Developer("sjrd", "Sébastien Doeraene", "sjrdoeraene@gmail.com", url("https://github.com/sjrd/")),
3838
Developer("bishabosha", "Jamie Thompson", "bishbashboshjt@gmail.com", url("https://github.com/bishabosha")),
3939
),
40-
versionPolicyIntention := Compatibility.BinaryCompatible,
40+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
4141
// Ignore dependencies to internal modules whose version is like `1.2.3+4...` (see https://github.com/scalacenter/sbt-version-policy#how-to-integrate-with-sbt-dynver)
4242
versionPolicyIgnoredInternalDependencyVersions := Some("^\\d+\\.\\d+\\.\\d+\\+\\d+".r)
4343
))
@@ -126,14 +126,11 @@ lazy val tastyQuery =
126126
mimaBinaryIssueFilters ++= {
127127
import com.typesafe.tools.mima.core.*
128128
Seq(
129-
// val in a private class; no issue
130-
ProblemFilters.exclude[IncompatibleResultTypeProblem]("tastyquery.reader.tasties.TreeUnpickler#Caches.declaredTopLevelClasses"),
131129
)
132130
},
133131

134-
// Temporarily disabled until we have a published version of tasty-query that can handle 3.7.x.
135-
// tastyMiMaPreviousArtifacts := mimaPreviousArtifacts.value,
136-
tastyMiMaTastyQueryVersionOverride := Some("1.5.0"),
132+
tastyMiMaPreviousArtifacts := mimaPreviousArtifacts.value,
133+
tastyMiMaTastyQueryVersionOverride := Some("1.6.0"),
137134
tastyMiMaConfig ~= { prev =>
138135
import tastymima.intf._
139136
prev

0 commit comments

Comments
 (0)