Skip to content

Commit

Permalink
Merge pull request #27 from sjrd/sbt-tasty-mima-1.1.0
Browse files Browse the repository at this point in the history
Upgrade to sbt-tasty-mima 1.1.0 for our own checking.
  • Loading branch information
sjrd authored Dec 20, 2023
2 parents 85c58e5 + fb69e38 commit 6798748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ lazy val `sbt-tasty-mima` = project.in(file("sbt-tasty-mima"))
.withMoreArtifactPrivatePackages(java.util.Arrays.asList(
"sbttastymima",
))
.withMoreProblemFilters(java.util.Arrays.asList(
// Scala2PickleFormatException: expected local symbol reference but found PickleReader$NoExternalSymbolRef
ProblemMatcher.make(ProblemKind.InternalError, "sbttastymima.TastyMiMaPlugin.autoImport.tastyMiMaPreviousArtifacts")
))
},

/* As an sbt plugin, the published artifact does not declare an explicit
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0")

addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.0.0")
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.1.0")

0 comments on commit 6798748

Please sign in to comment.