Skip to content

Commit

Permalink
bump mima previos version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-truffaut committed Jan 9, 2020
1 parent 63425f8 commit 5f732cc
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 @@ -112,7 +112,7 @@ lazy val paradisePlugin = Def.setting{
lazy val kindProjector = "org.typelevel" % "kind-projector" % "0.11.0" cross CrossVersion.full

def mimaSettings(module: String): Seq[Setting[_]] = mimaDefaultSettings ++ Seq(
mimaPreviousArtifacts := Set("com.github.julien-truffaut" %% (s"monocle-${module}") % "1.6.0")
mimaPreviousArtifacts := Set("com.github.julien-truffaut" %% (s"monocle-${module}") % "2.0.0")
)

lazy val gitRev = sys.process.Process("git rev-parse HEAD").lineStream_!.head
Expand Down

0 comments on commit 5f732cc

Please sign in to comment.