1.7.0
What's changed
- Fixes under-compilation when Java annotation changes by @SethTisue in #1079
- Displays error messages based on the transformed positions when source mapping is performed by @tototoshi in #1082
- Assorted code improvement by @SethTisue in #1076
- Removes redundant
toString
by @xuwei-k in #1081
Behind the scenes
- Centralize & modernize JVM settings & increase heap size by @SethTisue in #1034
- CI: Switches to setup-java + Temurin by @SethTisue in #1033
- Fixes build to work on Apple M1 machines by @SethTisue in #1036
- Fixes outdated link in CONTRIBUTING.md by @SethTisue in #1026
- Fixes so we can build on JDK 17 by @SethTisue in #1037
- Fixes benchmarks to run on JDK 17 by @SethTisue in #1096
- Hopefully fixes intermittent CachedHashingSpec failures by @SethTisue in #1077
- Minor build cleanup: publish / skip is enough by itself by @SethTisue in #1070
- Minor cleanup: remove unused dependency by @SethTisue in #1067
- Move scalafmt to a separate CI job by @SethTisue in #1099
- Removes no-longer-needed IntelliJ workaround by @SethTisue in #1075
- Removes sbt-whitesource by @SethTisue in #1032
- Removes unused JUnit dependency by @SethTisue in #1068
- Removes unused resolvers by @SethTisue in #1069
- Removes duplicate entry in project/plugins.sbt by @SethTisue in #1097
- Removes explicit log4j dependency from zincScripted by @SethTisue in #1093
- Updates sbt to 1.6.2 (was 1.6.1) + minor build cleanups by @SethTisue in #1031
- Updates sbt-protobuf to 0.7.1 (was 0.6.5) by @SethTisue in #1098
- Updates versions (Scala, sbt, test frameworks) by @SethTisue in #1028
- Updates util to 1.7.0 by @eed3si9n in #1109
New Contributors
- @SethTisue made their first contribution in #1025
- @scala-steward made their first contribution in #1053
- @tototoshi made their first contribution in #1082
Full Changelog: v1.6.1...v1.7.0