From 5f732cc2ec51518e3d8b88c6bffc47d346cb7f5a Mon Sep 17 00:00:00 2001 From: Julien Truffaut Date: Thu, 9 Jan 2020 14:11:32 +0000 Subject: [PATCH] bump mima previos version to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 84dae930d..fef25bb7e 100644 --- a/build.sbt +++ b/build.sbt @@ -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