Skip to content

Commit

Permalink
[2.10.x] Patch updates (#1068)
Browse files Browse the repository at this point in the history
* [2.10.x] logback-classic 1.5.7 (was 1.5.6)

* [2.10.x] sbt-mima-plugin 1.1.4 (was 1.1.3)
  • Loading branch information
scala-steward authored Sep 4, 2024
1 parent c1e75c6 commit 6dc1989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm
else
specs2(scalaVersion.value)
} :+ (
"ch.qos.logback" % "logback-classic" % "1.5.6" % Test
"ch.qos.logback" % "logback-classic" % "1.5.7" % Test
),
Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys.scalaManualSourceDirectories).value,
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse(

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

Expand Down

0 comments on commit 6dc1989

Please sign in to comment.