Skip to content

Commit d438b9d

Browse files
committed
fix 404 link
1 parent ca5aa92 commit d438b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2020-10-27-bsp-in-sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The BSP structure of an sbt project mirrors the exact structure of the build def
103103

104104
### The sbt task graph
105105

106-
An sbt build definition is highly customizable. The list of [available plugins](https://www.scala-sbt.org/release/docs/Community-Plugins.html) is very large and covers a lot of use cases.
106+
An sbt build definition is highly customizable. The list of [available plugins](https://www.scala-sbt.org/1.x/docs/Community-Plugins.html) is very large and covers a lot of use cases.
107107

108108
In addition to plugins, you can shape the task graph of your build by defining new settings and tasks, overloading existing tasks or adding new dependencies between tasks. sbt can merely execute any piece of Scala code at any point in the build task graph.
109109

0 commit comments

Comments
 (0)