Skip to content

Commit

Permalink
Fix Mima settings
Browse files Browse the repository at this point in the history
Resolves typelevel#397

I'm not sure whether or not we theoretically lose any compatibility
checks by using `%%` instead of `%%%`. Hopefully someone with more
Scala.js and/or Scala Native experience can weigh in on that.
  • Loading branch information
ceedubs committed Apr 25, 2018
1 parent 2cdfc55 commit 792f63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ lazy val sharedSettings = MimaSettings.settings ++ scalaVersionSettings ++ Seq(

mimaPreviousArtifacts := (
if (CrossVersion isScalaApiCompatible scalaVersion.value)
Set("org.scalacheck" %%% "scalacheck" % "1.14.0")
Set("org.scalacheck" %% "scalacheck" % "1.14.0")
else
Set.empty
),
Expand Down

0 comments on commit 792f63f

Please sign in to comment.