File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.autoImport._
10
10
11
11
object MimaSettings {
12
12
// clear out mimaBinaryIssueFilters when changing this
13
- val mimaPreviousVersion = " 1.1.0 "
13
+ val mimaPreviousVersion = " 1.1.1 "
14
14
15
15
val mimaSettings = Def .settings (
16
16
mimaPreviousArtifacts := Set (pluginProjectID.value.withRevision(mimaPreviousVersion)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ resolvers ++= (if (isStaging) List(stagingResolver) else Nil)
13
13
14
14
addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
15
15
addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
16
- addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.0 " )
16
+ addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.1 " )
17
17
18
18
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
19
19
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.7" )
You can’t perform that action at this time.
0 commit comments