Skip to content

Commit

Permalink
[maintenance] new eap platform version!
Browse files Browse the repository at this point in the history
probe bump

yet another one

[maintenance] new eap platform version!

Merge-request: BAZEL-MR-293
Merged-by: Marcin Abramowicz <marcin.abramowicz@jetbrains.com>
  • Loading branch information
abrams27 authored and qodana-bot committed Jun 19, 2023
1 parent 3c41916 commit f73a6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const val pluginVerifierIdeVersions = "2023.2"

object Platform {
const val type = "IC"
const val version = "232.6095.10-EAP-SNAPSHOT"
const val version = "232.7754.73-EAP-SNAPSHOT"
const val downloadSources = true

// Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.runtime.BoxedUnit
class SingleProbeTests {

companion object {
const val LATEST_NIGHTLY_VERSION = "232.5150.116"
const val LATEST_NIGHTLY_VERSION = "232.7754.73"
val LATEST_VERSION : String? = null
}

Expand Down

0 comments on commit f73a6ec

Please sign in to comment.