Skip to content

Commit 65b2600

Browse files
Update sbt-bloop to 2.0.10 (#485)
## About this PR 📦 Updates [ch.epfl.scala:sbt-bloop](https://github.com/scalacenter/bloop) from `1.6.0` to `2.0.10` ⚠ 📜 [GitHub Release Notes](https://github.com/scalacenter/bloop/releases/tag/v2.0.10) - [Version Diff](scalacenter/bloop@v1.6.0...v2.0.10) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/af6fa0af49b9489939daf7ca36fc3bdbaaed66fb/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-bloop" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-bloop" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-major, semver-spec-major, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "ch.epfl.scala", "artifactId" : { "name" : "sbt-bloop", "maybeCrossName" : null }, "version" : "1.6.0", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.0.10" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-major", "semver-spec-major", "commit-count:1" ] } --> Co-authored-by: Adam Hearn <22334119+hearnadam@users.noreply.github.com>
1 parent 39824c8 commit 65b2600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
88

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

11-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.6.0")
11+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.10")
1212

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

0 commit comments

Comments
 (0)