Skip to content

Commit 8f75dcb

Browse files
committed
build: update dependencies
1 parent 77aab39 commit 8f75dcb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.jetbrains.intellij' version '0.4.16'
3+
id 'org.jetbrains.intellij' version '0.4.26'
44
}
55

66
group 'com.github.lppedd'
@@ -16,9 +16,7 @@ repositories {
1616
dependencies {
1717
testCompile group: 'junit', name: 'junit', version: '4.12'
1818

19-
annotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:0.2.0'
20-
annotationProcessor 'net.bytebuddy:byte-buddy:1.10.8'
21-
annotationProcessor 'net.bytebuddy:byte-buddy-agent:1.10.8'
19+
annotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:0.3.0'
2220
}
2321

2422
intellij {

0 commit comments

Comments
 (0)