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 005e0ea commit acdde29Copy full SHA for acdde29
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation("javax.xml.bind:jaxb-api:2.3.1")
26
implementation("com.sun.xml.bind:jaxb-core:2.3.0.1")
27
implementation("com.sun.xml.bind:jaxb-impl:2.3.3")
28
- implementation ("com.github.paulorb:modbus-kt:1.0.11")
+ implementation ("com.github.paulorb:modbus-kt:1.0.12")
29
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
30
implementation("org.apache.commons:commons-csv:1.10.0")
31
testImplementation(kotlin("test"))
0 commit comments