Skip to content

Commit acdde29

Browse files
committed
Updated driver version
1 parent 005e0ea commit acdde29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("javax.xml.bind:jaxb-api:2.3.1")
2626
implementation("com.sun.xml.bind:jaxb-core:2.3.0.1")
2727
implementation("com.sun.xml.bind:jaxb-impl:2.3.3")
28-
implementation ("com.github.paulorb:modbus-kt:1.0.11")
28+
implementation ("com.github.paulorb:modbus-kt:1.0.12")
2929
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
3030
implementation("org.apache.commons:commons-csv:1.10.0")
3131
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)