Skip to content

Commit

Permalink
chore: Update Bloop to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jul 6, 2023
1 parent a955fe5 commit 6f58321
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ function bloop_version {
grep "val bloop" project/V.scala | sed -n 's/.*"\(.*\)".*/\1/p'
}

export COURSIER_REPOSITORIES="central|sonatype:snapshots"

mkdir -p ~/.bloop
cp bin/bloop.json ~/.bloop/bloop.json
curl -Lo coursier https://git.io/coursier-cli && chmod +x coursier
./coursier launch ch.epfl.scala:bloopgun-core_2.13:$(bloop_version) -- about
./coursier launch -r sonatype:snapshots ch.epfl.scala:bloopgun-core_2.13:$(bloop_version) -- about

rm .jvmopts
touch .jvmopts
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ lazy val metals = project
// for BSP
"org.scala-sbt.ipcsocket" % "ipcsocket" % "1.6.2",
"ch.epfl.scala" % "bsp4j" % V.bsp,
"ch.epfl.scala" %% "bloop-launcher" % V.bloop,
"ch.epfl.scala" %% "bloop-launcher-core" % V.bloop,
// for LSP
V.lsp4j,
// for DAP
Expand Down
2 changes: 1 addition & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object V {

val ammonite = "2.5.9"
val betterMonadicFor = "0.3.1"
val bloop = "1.5.6"
val bloop = "1.5.8"
val bloopConfig = "1.5.5"
val bsp = "2.1.0-M5"
val coursier = "2.1.5"
Expand Down

0 comments on commit 6f58321

Please sign in to comment.