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