Skip to content

Commit

Permalink
enable mima check (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Aug 29, 2023
1 parent 591a0e6 commit 17c033b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions project/MiMa.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ object MiMa extends AutoPlugin {
override def requires = MimaPlugin
override def trigger = allRequirements

// lazy val latestVersion = post213Versions.max(versionOrdering)

override val projectSettings = Seq(
mimaPreviousArtifacts := {
val versions = Set.empty
val versions = Set("1.0.0")

versions.collect { case version =>
organization.value %% name.value % version
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.9.4

0 comments on commit 17c033b

Please sign in to comment.