Skip to content

Commit

Permalink
Merge pull request #10434 from SethTisue/merge-2.12-to-2.13-20230612
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jun 14, 2023
2 parents 6243e90 + 6d3765d commit 6e6bf05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Global / concurrentRestrictions := Seq(
Tags.limitAll(1) // workaround for https://github.com/sbt/sbt/issues/2970
)

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

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

0 comments on commit 6e6bf05

Please sign in to comment.