Skip to content

Commit 2f7095b

Browse files
committed
make ivy a required dependency now that it won't bring in pedro
Signed-off-by: Zach Harel <zach@zharel.me>
1 parent feca1d7 commit 2f7095b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotest = "5.9.1"
77
sloth = "0.2.4"
88
spotless = "8.1.0"
99
ejml = "0.41"
10-
ivy = "1.0.0"
10+
ivy = "1.0.1"
1111

1212
[libraries]
1313
dokka-mathjax-plugin = { module = "org.jetbrains.dokka:mathjax-plugin" }
@@ -23,7 +23,7 @@ ftc-hardware = { group = "org.firstinspires.ftc", name = "Hardware", version.ref
2323
ftc-common = { group = "org.firstinspires.ftc", name = "FtcCommon", version.ref = "ftc" }
2424
sloth = { module = "dev.frozenmilk.sinister:Sloth", version.ref = "sloth" }
2525
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
26-
ivy = { module = "com.pedropathing:ivy", version.ref = "ivy" }
26+
ivy = { module = "com.pedropathing.ivy:core", version.ref = "ivy" }
2727

2828
[bundles]
2929
kotest = ["kotest-runner", "kotest-assertations", "kotest-property", "kotest-data-driven"]

robot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kotlin {
4343

4444
dependencies {
4545
api(project(":hardware"))
46-
compileOnly(libs.ivy)
46+
api(libs.ivy)
4747
implementation(libs.functional.interfaces)
4848
compileOnly(libs.bundles.ftc)
4949
implementation(libs.sloth)

0 commit comments

Comments
 (0)