Skip to content

1.5.4

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 14 Jun 03:46
· 6020 commits to develop since this release
v1.5.4
  • Fixes compiler ClassLoader list to use compilerJars.toList (For Scala 3, this drops support for 3.0.0-M2) #6538 by @adpi2
  • Fixes undercompilation of package object causing "Symbol 'type X' is missing from the classpath" zinc#983 by @retronym
  • Fixes overcompilation with scalac -release flag zinc#982 by @retronym
  • Fixes BSP on ARM Macs by keeping JNI server socket to keep using JNI ipcsocket#14 by @quelgar
  • Fixes build/exit notification not closing BSP channel #6539 by @adpi2
  • Fixes POM file's Maven repository ID character restriction to match that of Maven lm#380 by @peter-janssen