summarylogtreecommitdiffstats
path: root/version-fix.patch
blob: 783aa6f9cc95e56f0e58c41a964044ba6f958cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/build.sbt b/build.sbt
index 390a37a7f..2b41d0dd9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -43,10 +43,7 @@ usefulTasks := Welcome.tasks

 inThisBuild(
   List(
-    version ~= { dynVer =>
-      if (isCI) dynVer
-      else localSnapshotVersion // only for local publishing
-    },
+    version := "0.11.2",
     // note bucket created by @tgodzik
     munitBucketName := Some("scala-metals-test-reports"),
     scalaVersion := V.scala212,