summarylogtreecommitdiffstats
path: root/version-fix.patch
AgeCommit message (Collapse)Author
2024-03-16Update to 1.2.2David Strawn
2024-01-09Update to 1.2.0David Strawn
2023-10-27Update to 1.1.0David Strawn
2023-06-01Release 0.11.12-1David Strawn
2023-04-03Update For 0.11.1David Strawn
2023-01-08Update for 0.11.10David Strawn
2022-11-04Update For 0.11.9David Strawn
2022-08-18Release 0.11.8-1David Strawn
2022-07-12Release 0.11.7-4David Strawn
2022-07-12Release 0.11.7-2David Strawn
2022-06-17Release 0.11.6-3David Strawn
Fix bad patch file.
2022-06-17Release 0.11.6-1David Strawn
2022-04-29Release 0.11.5-1David Strawn
2022-03-13Fix Checksums And PatchDavid Strawn
2022-03-13Fix PatchDavid Strawn
2022-03-13Update To 0.11.2David Strawn
2022-01-19Update To 0.11.1David Strawn
2021-12-01Update To 0.10.9David Strawn
2021-10-30Update To 0.10.8David Strawn
2021-10-12Update For 0.10.7David Strawn
2021-09-13Update Metals To 0.10.6David Strawn
* Change JRE version support to <= 17 * https://scalameta.org/metals/blog/2021/09/06/tungsten/ * Fix JREMajorVersion for "Early Adopter" (or "Early Access"?) version numbers, e.g. "18-ea". * Update default JRE options to work with JRE >= 8 and <= 17, this is mostly changing `-XX:MaxRAMPercentage=25` to `-XX:MaxRAMPercentage=25.0`, which permits usage on JRE 8. * Update `metals.install` notice to reference correct version constraints and changes to Java options.
2021-07-17Update To 0.10.5David Strawn
2021-05-31Update For 0.10.4 Release Of MetalsDavid Strawn
2021-05-19Update To 0.10.3David Strawn
2021-04-26Update To 0.10.2David Strawn
2021-04-09Fix Patch FileDavid Strawn
Fix incorrect offsets in patch file
2021-04-09Fix Version Number In BuildDavid Strawn
2021-02-25Update For Version 0.10.0David Strawn
2021-01-20Update to 0.9.10David Strawn
2021-01-18Update To Version 0.9.9David Strawn
2020-12-01Update To 0.9.7-1David Strawn
2020-11-19Update To Version 0.9.5David Strawn
2020-09-23Update For 0.9.4 ReleaseDavid Strawn
2020-08-31Update To 0.9.3David Strawn
2020-07-27Fix Version Mismatch In Version Patch FileDavid Strawn
The `version-fix.patch` file did not get updated to `0.9.2` when the rest of the package was. Since metals does some runtime resolution of artifacts, in particular in this case `mtags`, this caused metals to fail. This commit corrects the issue. In the future, since upstream doesn't set this value in release, we may want to dynamically generate the patch file (sounds gross, but relying on human memory to do this is unreliable).
2020-05-05Fix Error In Patch FileDavid Strawn
2020-05-05Update To 0.9.0David Strawn
2020-04-11Update To 0.8.4David Strawn
2020-03-20Upgrade to 0.8.3David Strawn
2020-02-27Update To Metals 0.8.1David Strawn
2020-01-13Update To 0.8.0David Strawn
2019-09-23Update Metals To 0.7.6David Strawn
2019-09-18Update To 0.7.5David Strawn
2019-09-04Fix Version PatchDavid Strawn
2019-06-28Update To 0.7.0David Strawn
2019-06-12Update To 0.6.1David Strawn
2019-05-06Update To 0.5.2David Strawn
2019-05-01Update To 0.5.1David Strawn
2019-04-13Add Patch To Fix SBT Version ErrorDavid Strawn
See: https://github.com/scalameta/metals/issues/662