File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ dependencies {
70
70
}
71
71
72
72
implementation(libs.bundles.junixsocket)
73
- compileOnly(libs.jetBrainsAnnotations)
74
-
75
73
implementation(libs.lsp4j)
76
74
testImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
77
75
testImplementation(libs.junit)
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ intellijPreview = "242.20224-EAP-CANDIDATE-SNAPSHOT"
4
4
junixsocket = " 2.10.0"
5
5
6
6
[libraries ]
7
- jetBrainsAnnotations = " org.jetbrains:annotations:24.1.0" # TODO[#293]: Get rid of this after updating IntelliJ
8
7
junit = " junit:junit:4.13.2"
9
8
junixsocket-common = { module = " com.kohlschutter.junixsocket:junixsocket-common" , version.ref = " junixsocket" }
10
9
junixsocket-native-common = { module = " com.kohlschutter.junixsocket:junixsocket-native-common" , version.ref = " junixsocket" }
You can’t perform that action at this time.
0 commit comments