Skip to content

Commit

Permalink
Update sbt-mima-plugin to 1.1.4 (#1366)
Browse files Browse the repository at this point in the history
Co-authored-by: Georgi Krastev <joro.kr.21@gmail.com>
  • Loading branch information
scala-steward and joroKr21 authored Aug 13, 2024
1 parent 81e0e2c commit 11bdc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scalacOptions += "-deprecation"
libraryDependencies += "org.slf4j" % "slf4j-nop" % "2.0.16"

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
Expand Down

0 comments on commit 11bdc9b

Please sign in to comment.