Skip to content

Commit 9ceb0b8

Browse files
committed
Fix pulse width position
1 parent 11ec622 commit 9ceb0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'net.ltgt.apt-idea' version '0.13'
77
}
88

9-
version = '18.1.5'
9+
version = '18.1.6'
1010

1111
repositories {
1212
jcenter()
@@ -17,7 +17,7 @@ dependencies {
1717
compile wpilib()
1818
compile ctre()
1919
compile navx()
20-
compile 'org.strykeforce.thirdcoast:core:18.1.3'
20+
compile 'org.strykeforce.thirdcoast:core:18.1.3.1'
2121
compile 'org.jline:jline-terminal:3.5.2'
2222
compile 'org.jline:jline-reader:3.5.2'
2323
compile 'ch.qos.logback:logback-classic:1.2.3'

0 commit comments

Comments
 (0)