Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Feb 22, 2018
1 parent 0852cb1 commit 5db00c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ And then add the dependency:

```groovy
dependencies {
compile 'org.sert2521.sertain:core:0.0.26'
compile 'org.sert2521.sertain:core:1.0.0'
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ allprojects {

groupId "org.sert2521"
artifactId project.name
version "0.0.26"
version "1.0.0"

artifact "$buildDir/libs/${project.name}.jar"
artifact sourcesJar
Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ check.dependsOn 'ktlint'
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation 'com.android.support:support-annotations:27.0.2'
compile 'edu.wpi.first.wpilibj:wpilibj-java:2018.2.2'
compileOnly 'openrio.mirror.third.ctre:CTRE-phoenix-java:5.1.2.1'
compile 'edu.wpi.first.wpilibj:wpilibj-java:2018.3.2'
compileOnly 'openrio.mirror.third.ctre:CTRE-phoenix-java:5.2.1.1'
compileOnly 'jaci.pathfinder:Pathfinder-Java:1.8'

ktlint 'com.github.shyiko:ktlint:0.14.0'
ktlint 'com.github.shyiko:ktlint:0.15.1'

testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 5db00c7

Please sign in to comment.