File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val commonVersion = "0.11.0"
9
9
10
10
val checkerframeworkVersion = " 3.16.0"
11
11
12
- val immutablesVersion = " 2.8.2 "
12
+ val immutablesVersion = " 2.10.1 "
13
13
val daggerVersion = " 2.36" // Do not upgrade, causes Gradle/Kotlin compatibility issues due to upgrade to Kotlin 1.5.
14
14
15
15
dependencies {
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ val classPathInjection = configurations.create("classPathInjection")
25
25
dependencies {
26
26
classPathInjection(" org.metaborg:log.api:0.3.0" )
27
27
classPathInjection(" org.metaborg:log.backend.slf4j:0.3.0" )
28
- classPathInjection(" org.immutables:value-annotations:2.8.2 " )
28
+ classPathInjection(" org.immutables:value-annotations:2.10.1 " )
29
29
}
30
30
val annotationProcessorPathInjection = configurations.create(" annotationProcessorPathInjection" )
31
31
dependencies {
32
- annotationProcessorPathInjection(" org.immutables:value:2.8.2 " )
32
+ annotationProcessorPathInjection(" org.immutables:value:2.10.1 " )
33
33
}
34
34
35
35
tasks.test {
You can’t perform that action at this time.
0 commit comments