Skip to content

Commit

Permalink
Use jSerialComm 2.11.1-SNAPSHOT (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV authored Dec 20, 2024
1 parent 02cc249 commit 35f5d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ allprojects {
// You can declare any Maven/Ivy/file repository here.
mavenCentral()
maven(url = "https://jitpack.io")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
}

Expand All @@ -62,7 +63,7 @@ dependencies {
implementation("com.google.protobuf:protobuf-java:3.21.12")
implementation("net.java.dev.jna:jna:5.+")
implementation("net.java.dev.jna:jna-platform:5.+")
implementation("com.fazecast:jSerialComm:2.11.0")
implementation("com.fazecast:jSerialComm:2.11.1-SNAPSHOT")
implementation("org.hid4java:hid4java:0.8.0")
}

Expand Down

0 comments on commit 35f5d13

Please sign in to comment.