Skip to content

Commit

Permalink
Update modbus library to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paulorb committed Jan 10, 2024
1 parent 16236ce commit 79eaef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("com.sun.xml.bind:jaxb-core:2.3.0.1")
implementation("com.sun.xml.bind:jaxb-impl:2.3.3")
implementation ("com.github.paulorb:modbus-kt:1.0.7")
implementation ("com.github.paulorb:modbus-kt:1.0.9")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit 79eaef8

Please sign in to comment.