diff --git a/docs/bloop-rifle.html b/docs/bloop-rifle.html index c25b86787..8b0f7221f 100644 --- a/docs/bloop-rifle.html +++ b/docs/bloop-rifle.html @@ -119,13 +119,13 @@

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5") +
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6")
 

If this does not work due to using an internal Artifactory, use instead:

-
libraryDependencies += "ch.epfl.scala" % "sbt-bloop_2.12_1.0" % "2.0.5"
+
libraryDependencies += "ch.epfl.scala" % "sbt-bloop_2.12_1.0" % "2.0.6"
 

After that, start up sbt or reload your sbt shell to load the plugin.

Export your build

diff --git a/docs/build-tools/sbt/index.html b/docs/build-tools/sbt/index.html index 4ffeae9ac..2075f7022 100644 --- a/docs/build-tools/sbt/index.html +++ b/docs/build-tools/sbt/index.html @@ -65,22 +65,22 @@

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5") +
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6")
 

If this does not work due to using an internal Artifactory, use instead:

-
libraryDependencies += "ch.epfl.scala" % "sbt-bloop_2.12_1.0" % "2.0.5"
+
libraryDependencies += "ch.epfl.scala" % "sbt-bloop_2.12_1.0" % "2.0.6"
 

After that, start up sbt or reload your sbt shell to load the plugin.

Export your build

diff --git a/docs/cli/tutorial.html b/docs/cli/tutorial.html index 2261cf931..2592233b1 100644 --- a/docs/cli/tutorial.html +++ b/docs/cli/tutorial.html @@ -364,7 +364,7 @@

Summary

You've just learned the most basic bloop commands. Learn more commands with bloop --help:

→ bloop --help
-bloop 2.0.5
+bloop 2.0.6
 Usage: bloop [options] [command] [command-options]
 
 
diff --git a/docs/cli/tutorial/index.html b/docs/cli/tutorial/index.html
index 2261cf931..2592233b1 100644
--- a/docs/cli/tutorial/index.html
+++ b/docs/cli/tutorial/index.html
@@ -364,7 +364,7 @@ 

Summary

You've just learned the most basic bloop commands. Learn more commands with bloop --help:

→ bloop --help
-bloop 2.0.5
+bloop 2.0.6
 Usage: bloop [options] [command] [command-options]
 
 
diff --git a/docs/integration.html b/docs/integration.html
index 8d2f0bbee..00e972cb3 100644
--- a/docs/integration.html
+++ b/docs/integration.html
@@ -78,7 +78,7 @@ 

and JetBrains. Bloop is the first build server to implement the protocol and provide build supports to clients such as Metals and IntelliJ

-

At the moment, Bloop 2.0.5 partially implements version 2.0.0-M2 and Bloop v1.0.0 implements +

At the moment, Bloop 2.0.6 partially implements version 2.0.0-M2 and Bloop v1.0.0 implements version 1.0.0. If you want to implement a compatible build client, check out the protocol specification. As a client, the protocol gives you fine-grained build and action information and it's more suitable for rich clients diff --git a/docs/integration/index.html b/docs/integration/index.html index 8d2f0bbee..00e972cb3 100644 --- a/docs/integration/index.html +++ b/docs/integration/index.html @@ -78,7 +78,7 @@

and JetBrains. Bloop is the first build server to implement the protocol and provide build supports to clients such as Metals and IntelliJ

-

At the moment, Bloop 2.0.5 partially implements version 2.0.0-M2 and Bloop v1.0.0 implements +

At the moment, Bloop 2.0.6 partially implements version 2.0.0-M2 and Bloop v1.0.0 implements version 1.0.0. If you want to implement a compatible build client, check out the protocol specification. As a client, the protocol gives you fine-grained build and action information and it's more suitable for rich clients diff --git a/docs/release-table.html b/docs/release-table.html index 387748c4c..485a3b123 100644 --- a/docs/release-table.html +++ b/docs/release-table.html @@ -6,13 +6,13 @@ - 2.0.5 + 2.0.6 23 Oct 2018 12:55 -r sonatype:releases - 2.0.6 - 13 Dec 2024 13:40 + 2.0.6-2-24ec15e6-SNAPSHOT + 18 Dec 2024 09:00 -r sonatype:releases diff --git a/docs/release-table/index.html b/docs/release-table/index.html index 387748c4c..485a3b123 100644 --- a/docs/release-table/index.html +++ b/docs/release-table/index.html @@ -6,13 +6,13 @@ - 2.0.5 + 2.0.6 23 Oct 2018 12:55 -r sonatype:releases - 2.0.6 - 13 Dec 2024 13:40 + 2.0.6-2-24ec15e6-SNAPSHOT + 18 Dec 2024 09:00 -r sonatype:releases diff --git a/docs/tools/universal/usage.html b/docs/tools/universal/usage.html index 954e33b82..901678b8b 100644 --- a/docs/tools/universal/usage.html +++ b/docs/tools/universal/usage.html @@ -11,7 +11,7 @@

Then, verify your installation by running the command-line application:

$ bloop about
-bloop v2.0.5
+bloop v2.0.6
 
 Running on Scala v2.12.7 and Zinc v1.1.0
 Maintained by the Scala Center (Martin Duhem, Jorge Vicente Cantero)
diff --git a/docs/tools/universal/usage/index.html b/docs/tools/universal/usage/index.html
index 954e33b82..901678b8b 100644
--- a/docs/tools/universal/usage/index.html
+++ b/docs/tools/universal/usage/index.html
@@ -11,7 +11,7 @@
 
 

Then, verify your installation by running the command-line application:

$ bloop about
-bloop v2.0.5
+bloop v2.0.6
 
 Running on Scala v2.12.7 and Zinc v1.1.0
 Maintained by the Scala Center (Martin Duhem, Jorge Vicente Cantero)
diff --git a/en/setup.html b/en/setup.html
index d1a986ee1..b95342bc5 100644
--- a/en/setup.html
+++ b/en/setup.html
@@ -173,7 +173,7 @@ 

$ bloop about -bloop v2.0.5 +bloop v2.0.6 Running on Scala v2.12.7 and Zinc v1.1.0 Maintained by the Scala Center (Martin Duhem, Jorge Vicente Cantero) @@ -477,22 +477,22 @@

- 2.0.5 + 2.0.6 23 Oct 2018 12:55 -r sonatype:releases - 2.0.6 - 13 Dec 2024 13:40 + 2.0.6-2-24ec15e6-SNAPSHOT + 18 Dec 2024 09:00 -r sonatype:releases

Install bloop by adding the following line to your project/plugins.sbt:

-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5")
+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6")
 

If this does not work due to using an internal Artifactory, use instead:

-
libraryDependencies += "ch.epfl.scala" % "sbt-bloop_2.12_1.0" % "2.0.5"
+
libraryDependencies += "ch.epfl.scala" % "sbt-bloop_2.12_1.0" % "2.0.6"
 

After that, start up sbt or reload your sbt shell to load the plugin.

Export your build

@@ -550,7 +550,7 @@

If you need help, you can always come over our Discord channel.

-