Skip to content

Commit

Permalink
build: Update GitHub Actions to use newer versions and revise build c…
Browse files Browse the repository at this point in the history
…ommands
  • Loading branch information
felipebz committed Feb 3, 2024
1 parent 4cdbf0a commit e914ee6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ repositories {
dependencies {
implementation("org.sonarsource.api.plugin:sonar-plugin-api:9.14.0.375")
implementation("com.github.ajalt.clikt:clikt:3.5.0")
implementation("com.felipebz.zpa:sonar-zpa-plugin:3.3.0-SNAPSHOT")
implementation("com.felipebz.zpa:zpa-core:3.3.0-SNAPSHOT")
implementation("com.felipebz.zpa:zpa-checks:3.3.0-SNAPSHOT")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.pf4j:pf4j:3.9.0")
implementation("org.slf4j:slf4j-jdk14:2.0.7")
testImplementation(kotlin("test"))
Expand Down

0 comments on commit e914ee6

Please sign in to comment.