Skip to content

Commit

Permalink
Update experimental WPILib
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma committed Jun 15, 2019
1 parent 4cb218d commit 1c4559d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
compile(project(":core"))
compile("com.github.salomonbrys.kotson", "kotson", "2.5.0")
compile("com.github.Oblarg:command-rewrite-jitpack:1.0.2")
compile("com.github.Oblarg:command-rewrite-jitpack:1.1.4")

wpi.deps.wpilibJni().forEach { nativeZip(it) }
wpi.deps.wpilibDesktopJni().forEach { nativeDesktopZip(it) }
Expand Down

0 comments on commit 1c4559d

Please sign in to comment.