We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e63f58 + 4891475 commit 3a1d6bbCopy full SHA for 3a1d6bb
commons/src/main/kotlin/org/jetbrains/bazel/commons/constants/Constants.kt
@@ -2,7 +2,7 @@ package org.jetbrains.bazel.commons.constants
2
3
object Constants {
4
const val NAME: String = "bazelbsp"
5
- const val VERSION: String = "3.2.0"
+ const val VERSION: String = "4.0.1"
6
const val BSP_VERSION: String = "2.1.0"
7
const val SCALA: String = "scala"
8
const val JAVA: String = "java"
versions.bzl
@@ -1,6 +1,6 @@
1
"""Developer versions of plugins."""
-BAZEL_BSP_ARTIFACT_VERSION = "4.0.0"
+BAZEL_BSP_ARTIFACT_VERSION = "4.0.1"
INTELLIJ_BSP_VERSION = "9999.9.9"
INTELLIJ_BAZEL_VERSION = "9999.9.9"
0 commit comments