diff --git a/project/plugins.sbt b/project/plugins.sbt index 07456ccd..931928e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0" addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.7") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")