Updated library & main.yaml

This commit is contained in:
Brage 2023-07-19 19:19:26 +02:00
parent 7fa9536ddf
commit bd3125ed44
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ jobs:
- name: Check if pyMetadata has changed
id: check-pymetadata
run: |
if [[ "${{ github.event_name }}" == "push" || "${{ github.event_name }}" == "workflow_dispatch" ]]; then
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
echo "::set-output name=skip::false"
else
if [[ $(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} pyMetadata/) ]]; then

View File

@ -23,7 +23,7 @@ repositories {
}
dependencies {
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha38")
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha39")
implementation("no.iktdev:exfl:0.0.4-SNAPSHOT")
implementation("com.github.pgreze:kotlin-process:1.3.1")