File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ buildscript {
55 }
66 dependencies {
77 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
8- classpath " edu.wpi.first:GradleRIO:2019.1 .1"
9- classpath " com.diffplug.spotless:spotless-plugin-gradle:3.15.0 "
8+ classpath " edu.wpi.first:GradleRIO:2019.4 .1"
9+ classpath " com.diffplug.spotless:spotless-plugin-gradle:3.24.2 "
1010 }
1111}
1212
1313configure(subprojects) {
1414 group = ' org.strykeforce.thirdcoast'
15- version = ' 19.3 .0'
15+ version = ' 19.4 .0'
1616
1717 apply plugin : ' java-library'
1818 apply plugin : ' idea'
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- kotlin_version = ' 1.3.20 '
3+ kotlin_version = ' 1.3.50 '
44 junit_version = ' 5.2.0'
55 }
66
@@ -10,7 +10,7 @@ buildscript {
1010 }
1111 dependencies {
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13- classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.17 "
13+ classpath " org.jetbrains.dokka:dokka-gradle-plugin:0.9.18 "
1414 }
1515}
1616
@@ -29,14 +29,14 @@ dependencies {
2929 compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
3030
3131 // telemetry
32- implementation " org.eclipse.jetty:jetty-server:9.4.12.v20180830 "
32+ implementation " org.eclipse.jetty:jetty-server:9.4.19.v20190610 "
3333 implementation " com.squareup.moshi:moshi:1.8.0"
3434 kapt " com.squareup.moshi:moshi-kotlin-codegen:1.8.0"
35- implementation " com.squareup.okhttp3:okhttp:3.12.0 "
35+ implementation " com.squareup.okhttp3:okhttp:3.12.5 "
3636 implementation project(' :swerve' )
3737
3838 // Logging
39- compile ' io.github.microutils:kotlin-logging:1.6.10 '
39+ compile ' io.github.microutils:kotlin-logging:1.7.6 '
4040
4141 // unit tests
4242 testImplementation ' org.skyscreamer:jsonassert:1.+'
You can’t perform that action at this time.
0 commit comments