Skip to content

Commit 0eb9c30

Browse files
committed
build: Remove OkHttp from release (note: it's still used for testing)
1 parent 08be120 commit 0eb9c30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/intellij/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ repositories {
3434
// Dependencies are managed with Gradle version catalog - read more:
3535
// https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3636
dependencies {
37-
implementation("com.squareup.okhttp3:okhttp:4.12.0") {
38-
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")
39-
}
4037
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.32")
4138
implementation("com.posthog.java:posthog:1.+")
4239
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")

0 commit comments

Comments
 (0)