@@ -4,7 +4,7 @@ android = "8.7.3"
44nextftc = " 1.0.0-SNAPSHOT"
55kotest = " 5.9.1"
66ftc = " 10.3.0"
7- pedro = " 1.1.0-SNAPSHOT "
7+ pedro = " 2.0.0 "
88
99[libraries ]
1010kotest-runner = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
@@ -15,19 +15,18 @@ functional-interfaces = { module = "dev.nextftc:functional-interfaces", version
1515ftc-robot-core = { group = " org.firstinspires.ftc" , name = " RobotCore" , version.ref = " ftc" }
1616ftc-hardware = { group = " org.firstinspires.ftc" , name = " Hardware" , version.ref = " ftc" }
1717ftc-common = { group = " org.firstinspires.ftc" , name = " FtcCommon" , version.ref = " ftc" }
18- nextftc-core = { group = " dev.nextftc" , name = " core" , version.ref = " nextftc" }
1918nextftc-ftc = { group = " dev.nextftc" , name = " ftc" , version.ref = " nextftc" }
2019nextftc-hardware = { group = " dev.nextftc" , name = " hardware" , version.ref = " nextftc" }
2120pedro = { module = " com.pedropathing:ftc" , version.ref = " pedro" }
2221
2322[bundles ]
2423kotest = [" kotest-runner" , " kotest-assertations" , " kotest-property" ]
2524ftc = [" ftc-robot-core" , " ftc-hardware" , " ftc-common" ]
26- nextftc = [" nextftc-core " , " nextftc- ftc" , " nextftc-hardware" ]
25+ nextftc = [" nextftc-ftc" , " nextftc-hardware" ]
2726
2827[plugins ]
2928kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
3029kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
3130android-library = { id = " com.android.library" , version.ref = " android" }
3231nextftc-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