File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A small, single Java library for working with serial ports across various system
88<dependency >
99 <groupId >io.github.java-native</groupId >
1010 <artifactId >jssc</artifactId >
11- <version >2.10.1 </version >
11+ <version >2.10.2 </version >
1212</dependency >
1313```
1414* or Gradle (KTS)
@@ -17,7 +17,7 @@ repositories {
1717 mavenCentral()
1818}
1919dependencies {
20- implementation("io.github.java-native:jssc:2.10.1 ")
20+ implementation("io.github.java-native:jssc:2.10.2 ")
2121}
2222```
2323* or Gradle (Groovy)
@@ -26,7 +26,7 @@ repositories {
2626 mavenCentral()
2727}
2828dependencies {
29- implementation 'io.github.java-native:jssc:2.10.1 '
29+ implementation 'io.github.java-native:jssc:2.10.2 '
3030}
3131```
3232* [ API code examples] ( ../../wiki/examples )
You can’t perform that action at this time.
0 commit comments