summarylogtreecommitdiffstats
path: root/version-fix.patch
diff options
context:
space:
mode:
authorDavid Strawn2020-07-27 07:11:10 -0600
committerDavid Strawn2020-07-27 08:23:15 -0600
commit3a3760321e6a991a7df81f89da50ba4c2c4ad3c1 (patch)
tree9eb39898b92cc934cc6dc84b86e526d0a43a8d8b /version-fix.patch
parentf19cd66a5eaf11b7db968ab3476bf1dda06e2323 (diff)
downloadaur-3a3760321e6a991a7df81f89da50ba4c2c4ad3c1.tar.gz
Fix Version Mismatch In Version Patch File
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).
Diffstat (limited to 'version-fix.patch')
-rw-r--r--version-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/version-fix.patch b/version-fix.patch
index c59b34da159f..4dbbffb81077 100644
--- a/version-fix.patch
+++ b/version-fix.patch
@@ -10,7 +10,7 @@ index 4f7002bb..7b701a2f 100644
- if (isCI) dynVer
- else localSnapshotVersion // only for local publishing
- },
-+ version := "0.9.0",
++ version := "0.9.2",
scalaVersion := V.scala212,
crossScalaVersions := List(V.scala212),
scalacOptions ++= List(