Skip to content

Commit 8ef87d2

Browse files
committed
build: update dependencies (1)
- removed gateway api's no longer available in Toolbox 2.6.0 - replaced it with a couple of new toolbox api libraries
1 parent 349f5f8 commit 8ef87d2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
[versions]
2-
gateway = "2.5.0.32871"
3-
kotlin = "1.9.23"
2+
toolbox-plugin-api = "0.2"
3+
kotlin = "2.0.10"
44
coroutines = "1.7.3"
55
serialization = "1.5.0"
66
okhttp = "4.10.0"
77
slf4j = "2.0.3"
88
dependency-license-report = "2.5"
99
marketplace-client = "2.0.38"
10+
gradle-wrapper = "0.14.0"
1011
exec = "1.12"
1112
moshi = "1.15.1"
1213
ksp = "1.9.23-1.0.19"
1314
retrofit = "2.8.2"
1415

1516
[libraries]
1617
kotlin-stdlib = { module = "com.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
17-
gateway-api = { module = "com.jetbrains.toolbox.gateway:gateway-api", version.ref = "gateway" }
18+
toolbox-core-api = { module = "com.jetbrains.toolbox:core-api", version.ref = "toolbox-plugin-api" }
19+
toolbox-ui-api = { module = "com.jetbrains.toolbox:ui-api", version.ref = "toolbox-plugin-api" }
20+
toolbox-remote-dev-api = { module = "com.jetbrains.toolbox:remote-dev-api", version.ref = "toolbox-plugin-api" }
1821
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
1922
serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "serialization" }
2023
serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }
@@ -31,9 +34,11 @@ marketplace-client = { module = "org.jetbrains.intellij:plugin-repository-rest-c
3134

3235
[bundles]
3336
serialization = [ "serialization-core", "serialization-json", "serialization-json-okio" ]
37+
toolbox-plugin-api = [ "toolbox-core-api", "toolbox-ui-api", "toolbox-remote-dev-api" ]
3438

3539
[plugins]
3640
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
3741
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
3842
dependency-license-report = { id = "com.github.jk1.dependency-license-report", version.ref = "dependency-license-report" }
3943
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp"}
44+
gradle-wrapper = { id = "me.filippov.gradle.jvm.wrapper", version.ref = "gradle-wrapper" }

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy