Skip to content

Commit

Permalink
Upgrade to latest Bloop
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Apr 9, 2020
1 parent 47e75c0 commit ee3877e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ lazy val V = new {
val scalameta = "4.3.7"
val semanticdb = scalameta
val bsp = "2.0.0-M4+10-61e61e87"
val bloop = "1.4.0-RC1-162-888454e1"
val bloop = "1.4.0-RC1-190-ef7d8dba"
val bloopNightly = bloop
val sbtBloop = bloop
val gradleBloop = bloop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ object SharedCommand {
/** Upgrades the Bloop server if it's known to be an old version. */
private def restartOldBloopServer(): Unit = {
val isOutdated = Set[String](
"1.4.0-RC1-167-61fbbe08",
"1.4.0-RC1-69-693de22a",
"1.4.0-RC1+33-dfd03f53",
"1.4.0-RC1"
Expand Down

0 comments on commit ee3877e

Please sign in to comment.