v1.4.2
bloop v.1.4.2
Bloop v1.4.2 is a bugfix release, addressing some issues of previous Bloop versions.
Installing Bloop
Bloop can be installed using Coursier:
$ coursier install bloop --only-prebuilt=true
For more details on installing Bloop, please see Bloop's Installation Guide
Upgrading
Upgrading can be done from Coursier:
$ coursier update bloop --only-prebuilt=true
Merged pull requests
Here's a list of pull requests that were merged:
- Invoke done on sbt test runners #1282
- Fix ArchLinux package for v1.4+ #1284
- Fix local brew auto-completions installation #1285
- Fixes resolution errors with gradle-bloop #1300
- Update Maven Bloop Scala version to 2.12 [#1303]
- Bump websocket-extensions from 0.1.3 to 0.1.4 in
/website
#1305 - Add Scala Native environment setup guide to contributing guide #1302
- Fix binaries release on Windows #1306
- Make sure we try to revert to
JAVA_HOME
if java is not onPATH
#1310 - Keep
compiledState
inInterpreter.compileAnd
#1307 - Port bloop-config to Scala.js #1299
- Don't expand resource directory entries in BSP server #1314
- Fix bloopInstall in Maven when dirs don't exist #1317
- Workaround Windows publishing issue #1316
- Improve gradle dependency detection #1313
- Bump Zinc version #1318