File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ repositories {
15
15
}
16
16
17
17
dependencies {
18
- compileOnly(" com.pi4j:pi4j-core:2.3.0" )
19
- testImplementation(" com.pi4j:pi4j-core:2.3.0" )
20
- compileOnly(" com.pi4j:pi4j-plugin-mock:2.3.0" )
21
- testImplementation(" com.pi4j:pi4j-plugin-mock:2.3.0" )
22
- compileOnly(" org.slf4j:slf4j-api:1.7.32" )
23
- testImplementation(" org.slf4j:slf4j-api:1.7.32" )
24
- compileOnly(" org.slf4j:slf4j-simple:1.7.32" )
18
+ compileOnly(" com.pi4j:pi4j-core:2.6.0" )
19
+ testImplementation(" com.pi4j:pi4j-core:2.6.0" )
20
+ compileOnly(" com.pi4j:pi4j-plugin-mock:2.6.0" )
21
+ testImplementation(" com.pi4j:pi4j-plugin-mock:2.6.0" )
22
+ compileOnly(" org.slf4j:slf4j-api:2.0.12" )
23
+ testImplementation(" org.slf4j:slf4j-api:2.0.12" )
24
+ compileOnly(" org.slf4j:slf4j-simple:2.0.12" )
25
+ testImplementation(" org.slf4j:slf4j-simple:2.0.12" )
25
26
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
26
- testImplementation(" org.slf4j:slf4j-simple:1.7.32" )
27
27
testImplementation(kotlin(" test" ))
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments