We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9df38a commit d4f3087Copy full SHA for d4f3087
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
6
}
7
8
-val libVersion by extra("2.2.1.1")
+val libVersion by extra("2.2.1.2")
9
10
group = "com.pi4j"
11
version = libVersion
example/build.gradle.kts
@@ -16,7 +16,7 @@ repositories {
16
17
dependencies {
18
// implementation(project(":lib"))
19
- implementation("com.pi4j:pi4j-ktx:2.2.1.1")
+ implementation("com.pi4j:pi4j-ktx:2.2.1.2")
20
implementation("com.pi4j:pi4j-core:2.2.1")
21
implementation("com.pi4j:pi4j-plugin-raspberrypi:2.2.1")
22
implementation("com.pi4j:pi4j-plugin-pigpio:2.2.1")
0 commit comments