From 8e717bda30ea811ccf937eea8b4453b69d60ddc3 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 10 Jan 2018 15:42:04 +0000 Subject: [PATCH] Add version 1.1.2 to mimaPreviousArtifacts --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 412d7b65f..3d0e5da37 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ def commonSettings: Seq[Setting[_]] = Seq( val mimaSettings = Def settings ( mimaPreviousArtifacts := Set( "1.0.0", "1.0.1", "1.0.2", "1.0.3", - "1.1.0", "1.1.1", + "1.1.0", "1.1.1", "1.1.2", ) map (version => organization.value %% moduleName.value % version cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)