Skip to content

Commit 350c320

Browse files
authored
chore: update pedro version
- update pedro from 1.1.0-SNAPSHOT to 2.0.0 - remove nextftc core dependency; added automatically by nextftc ftc
1 parent 7ce8b59 commit 350c320

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android = "8.7.3"
44
nextftc = "1.0.0-SNAPSHOT"
55
kotest = "5.9.1"
66
ftc = "10.3.0"
7-
pedro = "1.1.0-SNAPSHOT"
7+
pedro = "2.0.0"
88

99
[libraries]
1010
kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
@@ -15,19 +15,18 @@ functional-interfaces = { module = "dev.nextftc:functional-interfaces", version
1515
ftc-robot-core = { group = "org.firstinspires.ftc", name = "RobotCore", version.ref = "ftc" }
1616
ftc-hardware = { group = "org.firstinspires.ftc", name = "Hardware", version.ref = "ftc" }
1717
ftc-common = { group = "org.firstinspires.ftc", name = "FtcCommon", version.ref = "ftc" }
18-
nextftc-core = { group = "dev.nextftc", name = "core", version.ref = "nextftc" }
1918
nextftc-ftc = { group = "dev.nextftc", name = "ftc", version.ref = "nextftc" }
2019
nextftc-hardware = { group = "dev.nextftc", name = "hardware", version.ref = "nextftc" }
2120
pedro = { module = "com.pedropathing:ftc", version.ref = "pedro" }
2221

2322
[bundles]
2423
kotest = ["kotest-runner", "kotest-assertations", "kotest-property"]
2524
ftc = ["ftc-robot-core", "ftc-hardware", "ftc-common"]
26-
nextftc = ["nextftc-core", "nextftc-ftc", "nextftc-hardware"]
25+
nextftc = ["nextftc-ftc", "nextftc-hardware"]
2726

2827
[plugins]
2928
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
3029
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
3130
android-library = { id = "com.android.library", version.ref = "android" }
3231
nextftc-publishing = { id = "dev.nextftc.publishing.multi-module", version = "1.0.1" }
33-
dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
32+
dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }

0 commit comments

Comments
 (0)