Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
update atlas plugins dependencies to gradle 7 versions (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquimmnetto authored Jun 26, 2023
1 parent 5fa3703 commit 7593b9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ dependencies {
exclude module: 'logback-classic'
}

testImplementation 'net.wooga.gradle:unity:[3,4['
testImplementation 'net.wooga.gradle:wdk-unity:[3,4['
testImplementation 'net.wooga.gradle:unity:[4,5['
testImplementation 'net.wooga.gradle:wdk-unity:[4,5['
testImplementation 'com.wooga.gradle:gradle-commons-test:[1,2['

implementation group: 'org.kohsuke', name: 'github-api', version: '1.135'
implementation 'org.ajoberstar.grgit:grgit-core:[4.1.1,5['
implementation 'org.ajoberstar.grgit:grgit-gradle:[4.1.1,5['
implementation 'com.wooga.gradle:gradle-commons:[1,2['

implementation 'net.wooga.gradle:version:[2,3['
implementation 'net.wooga.gradle:version:[3.0.0-rc.2,4['
implementation 'net.wooga.gradle:paket:[4,5['
implementation 'net.wooga.gradle:github:[3,4['
implementation 'net.wooga.gradle:github-release-notes:[2,3['
implementation 'net.wooga.gradle:github:[4,5['
implementation 'net.wooga.gradle:github-release-notes:[3,4['
}

0 comments on commit 7593b9e

Please sign in to comment.