Skip to content

Commit

Permalink
Pin version of com.wooga.gradle:gradle-commons (#125)
Browse files Browse the repository at this point in the history
Description
===========

The 0. version range should never be declared with a range
since any new minor release can contain breaking changes.
We need to pin to a compatible version and update
manually or through use of dependabot.

Changes
=======

* ![FIX] pin unstable version of `com.wooga.gradle:gradle-commons`
  • Loading branch information
Larusso committed Sep 21, 2021
1 parent 4e5f9d2 commit e6c20bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ github {

dependencies {

implementation 'com.wooga.gradle:gradle-commons:[0, 1)'
implementation 'com.wooga.gradle:gradle-commons:0.1.0'
implementation 'org.apache.maven:maven-artifact:3.8.2'
implementation "org.yaml:snakeyaml:1.28"
implementation 'net.wooga:unity-version-manager-jni:[1,2)'
Expand Down

0 comments on commit e6c20bb

Please sign in to comment.