Update sbt-bloop to 2.0.3 (#5699)

This commit is contained in:
Scala Steward 2024-10-10 16:07:26 +02:00 committed by GitHub
parent 7d601c45c8
commit 54646d4516
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" % "2.0.2")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.3")
//tool to publish snapshots to sonatype after CI builds finish
//https://github.com/olafurpg/sbt-ci-release