From 216dc3c6da7c3872c4e4ca6bdf0fbc02f3b60e9f Mon Sep 17 00:00:00 2001 From: AllanCapistrano Date: Sat, 9 Mar 2024 15:17:34 -0300 Subject: [PATCH] chore: using soft-iot-write-csv v1.0.1 --- .github/workflows/build-bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bundle.yml b/.github/workflows/build-bundle.yml index db80e05..08e3617 100644 --- a/.github/workflows/build-bundle.yml +++ b/.github/workflows/build-bundle.yml @@ -47,7 +47,7 @@ jobs: - name: Getting SOFT-IoT-Write-CSV dependency uses: wei/wget@v1 with: - args: https://github.com/larsid/soft-iot-write-csv/releases/download/v1.0.0/soft-iot-write-csv-1.0-SNAPSHOT.jar + args: https://github.com/larsid/soft-iot-write-csv/releases/download/v1.0.1/soft-iot-write-csv-1.0-SNAPSHOT.jar - name: Installing soft-iot-mapping-devices run: mvn install:install-file -Dfile=./soft-iot-mapping-devices-1.0-SNAPSHOT.jar -DgroupId=io.github.larsid -DartifactId=soft-iot-mapping-devices -Dversion=1.0-SNAPSHOT -Dpackaging=jar