File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1.0"
7
7
}
8
8
9
- val libVersion by extra(" 2.4 .0" )
9
+ val libVersion by extra(" 2.6 .0" )
10
10
11
11
group = " com.pi4j"
12
12
version = libVersion
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