Skip to content

Commit db9afe6

Browse files
Merge pull request #300 from ie3-institute/dependabot/gradle/dev/pekkoVersion-1.1.4
Bump pekkoVersion from 1.1.3 to 1.1.4
2 parents c3a47d8 + 9906ff6 commit db9afe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
./gradlew sonar \
8080
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8181
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82-
-Dsonar.token=${{ secrets.SONAR_TOKEN }} \
82+
-Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
8383
-Dsonar.qualitygate.wait=true
8484
8585
#Deployment

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext {
1919
// required for pekko
2020
scalaVersion = '3'
2121
scalaBinaryVersion = '3.7.1'
22-
pekkoVersion = "1.1.3"
22+
pekkoVersion = "1.1.4"
2323
}
2424

2525
group = 'com.github.ie3-institute'

0 commit comments

Comments
 (0)