Skip to content

Commit e4462e7

Browse files
authored
Merge pull request #24 from strykeforce/telemetry-fix
Update Third Coast to fix Talon current telemetry bug
2 parents 2ddff8c + 1294d0e commit e4462e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import edu.wpi.first.gradlerio.deploy.roborio.RoboRIO
22

33
plugins {
44
id "java"
5-
id "org.jetbrains.kotlin.jvm" version "1.6.10"
5+
id "org.jetbrains.kotlin.jvm" version "1.6.20"
66
id "edu.wpi.first.GradleRIO" version "2022.4.1"
77
}
88

9-
version = "22.0.0"
9+
version = "22.0.1"
1010

1111
sourceCompatibility = JavaVersion.VERSION_11
1212
targetCompatibility = JavaVersion.VERSION_11

vendordeps/thirdcoast.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "thirdcoast.json",
33
"name": "StrykeForce-ThirdCoast",
4-
"version": "22.0.0",
4+
"version": "22.1.1",
55
"uuid": "13c4f4b5-a1c0-4670-8f8d-b7b03628c0d3",
66
"mavenUrls": [
77
"https://dl9vkdsodilqp.cloudfront.net/repo"
@@ -11,7 +11,7 @@
1111
{
1212
"groupId": "org.strykeforce",
1313
"artifactId": "thirdcoast",
14-
"version": "22.0.0"
14+
"version": "22.1.1"
1515
}
1616
],
1717
"jniDependencies": [],

0 commit comments

Comments
 (0)