Update sbt-bloop to 1.6.0 (#5616)

This commit is contained in:
Scala Steward 2024-07-12 23:33:44 +02:00 committed by GitHub
parent 27025e5dda
commit 7690fbe2a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
// bloop is a build server, enabling faster builds and more rapid dev feedback
//https://github.com/scalacenter/bloop
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.6.0")
//tool to publish snapshots to sonatype after CI builds finish
//https://github.com/olafurpg/sbt-ci-release