Skip to content

Commit

Permalink
Upgrade reactor and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quanticc committed Jan 21, 2021
1 parent 2a6c233 commit 18db78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
}

// Dependencies
reactor_bom_version = 'Dysprosium-SR15'
reactor_bom_version = 'Dysprosium-SR16'
jackson_version = '2.11.3'
jdkstores_version = "$storesVersion".toString()

Expand All @@ -32,7 +32,7 @@ ext {
mockito_version = '3.3.3'
logback_version = '1.2.3'
reflections_version = '0.9.12'
lavaplayer_version = '1.3.63'
lavaplayer_version = '1.3.66'

isJitpack = "true" == System.getenv("JITPACK")
isRelease = !version.toString().endsWith('-SNAPSHOT')
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 18db78f

Please sign in to comment.