File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ repositories {
1515}
1616
1717dependencies {
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" )
2526 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
26- testImplementation(" org.slf4j:slf4j-simple:1.7.32" )
2727 testImplementation(kotlin(" test" ))
2828}
2929
You can’t perform that action at this time.
0 commit comments