Skip to content

Commit

Permalink
Merge branch 'series/2.x' into improve-interruption
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto committed Aug 19, 2024
2 parents 8aba4bc + e4a94fb commit ffbc4df
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 @@ -4,11 +4,11 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.6.0")

addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

Expand Down

0 comments on commit ffbc4df

Please sign in to comment.