Skip to content

Commit

Permalink
Update to Beta 5 (#90)
Browse files Browse the repository at this point in the history
Also update other dependencies
  • Loading branch information
prateekma authored Dec 30, 2019
1 parent 28a4dff commit f006c87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*/

plugins {
id "org.jetbrains.kotlin.jvm" version "1.3.60" apply false
id "edu.wpi.first.GradleRIO" version "2020.1.1-beta-4" apply false
id "com.diffplug.gradle.spotless" version "3.26.0" apply false
id "org.jetbrains.kotlin.jvm" version "1.3.61" apply false
id "edu.wpi.first.GradleRIO" version "2020.1.1-beta-5" apply false
id "com.diffplug.gradle.spotless" version "3.26.1" apply false
id "maven"
id "maven-publish"
}
Expand Down
4 changes: 2 additions & 2 deletions 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
distributionPath=permwrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=permwrapper/dists

0 comments on commit f006c87

Please sign in to comment.