Skip to content
Compare
Choose a tag to compare
@Gedochao Gedochao released this 26 Oct 14:34
· 402 commits to main since this release
e661495

Java 17 required for Bloop

Starting with v1.0.5 JVM 17 or higher is required for Bloop to be used with Scala CLI.
If for whatever reason you have been explicitly running Bloop with JVM <17 on your CI, you may need to rollback to Scala CLI v1.0.4 to fix your jobs.

This only applies to Bloop JVM, Scala CLI supports building and running code targeted at older JVMs as before.

Added by @Gedochao in #363

What's Changed

  • build(deps-dev): bump typescript from 5.0.4 to 5.1.6 by @dependabot in #287
  • build(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.62.0 by @dependabot in #292
  • build(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in #295
  • Update dist by @github-actions in #312
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #301
  • build(deps-dev): bump @types/node from 20.2.5 to 20.8.6 by @dependabot in #348
  • build(deps-dev): bump eslint from 8.41.0 to 8.51.0 by @dependabot in #343
  • build(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in #324
  • build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.10.1 by @dependabot in #338
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #327
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 6.8.0 by @dependabot in #349
  • Bump @actions/core to 1.10.1 by @Gedochao in #350
  • Fix the CI to actually use node lts/gallium by @Gedochao in #351
  • Update dist by @github-actions in #352
  • build(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #353
  • build(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #354
  • build(deps-dev): bump @types/node from 20.8.6 to 20.8.7 by @dependabot in #355
  • Update dist by @github-actions in #356
  • build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #357
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 by @dependabot in #359
  • build(deps-dev): bump @typescript-eslint/parser from 6.8.0 to 6.9.0 by @dependabot in #360
  • build(deps-dev): bump @types/node from 20.8.7 to 20.8.8 by @dependabot in #358
  • build(deps-dev): bump @types/node from 20.8.8 to 20.8.9 by @dependabot in #361
  • Deprecate Java 11 by @Gedochao in #363
  • Update ScalaCLI by @github-actions in #362
  • Update dist by @github-actions in #364

Full Changelog: v1...v1.0.5