Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Bump org.jetbrains.intellij.platform to v2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Jul 21, 2024
1 parent c4c4c5e commit 8903b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repositories {
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
compileOnly(libs.kotlinxSerialization)
testImplementation(kotlin("test"))
testImplementation(libs.junit)

// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ junit = "4.13.2"

# plugins
changelog = "2.2.1"
intelliJPlatform = "2.0.0-RC1"
intelliJPlatform = "2.0.0-rc1"
kotlin = "2.0.0"
kover = "0.8.2"
qodana = "2024.1.5"
Expand Down

0 comments on commit 8903b5d

Please sign in to comment.