Skip to content

Commit 672039a

Browse files
committed
Switch to 2020 Third Coast
1 parent 5d1bb04 commit 672039a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ dependencies {
6464
implementation "org.jline:jline:3.9.0"
6565
implementation 'net.consensys.cava:cava-toml:0.5.0'
6666

67-
implementation "org.strykeforce.thirdcoast:telemetry:19.5.1"
68-
implementation "org.strykeforce.thirdcoast:swerve:19.5.1"
69-
7067
// Logging
7168
implementation 'io.github.microutils:kotlin-logging:1.6.10'
7269
implementation 'ch.qos.logback:logback-classic:1.2.3'

vendordeps/thirdcoast.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"fileName": "thirdcoast.json",
3+
"name": "StrykeForce-ThirdCoast",
4+
"version": "20.0.0",
5+
"uuid": "13c4f4b5-a1c0-4670-8f8d-b7b03628c0d3",
6+
"mavenUrls": [
7+
"http://maven.strykeforce.org/repo"
8+
],
9+
"jsonUrl": "http://maven.strykeforce.org/thirdcoast.json",
10+
"javaDependencies": [
11+
{
12+
"groupId": "org.strykeforce",
13+
"artifactId": "thirdcoast",
14+
"version": "20.0.0"
15+
}
16+
],
17+
"jniDependencies": [],
18+
"cppDependencies": []
19+
}

0 commit comments

Comments
 (0)