Skip to content

Commit

Permalink
Release lejos-commons 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrena committed Apr 20, 2018
1 parent 137be6a commit ba6eb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,7 +1,7 @@
//Gradle file library ev3dev-lang-java
//Author: Juan Antonio Breña Moral

version = '0.8.0-SNAPSHOT'
version = '0.8.1-SNAPSHOT'

apply plugin: 'java'
apply plugin: 'eclipse'
Expand All @@ -16,7 +16,7 @@ repositories {

dependencies {
compile("org.slf4j:slf4j-api:1.7.25")
compile("com.github.ev3dev-lang-java:lejos-commons:0.7.1-SNAPSHOT")
compile("com.github.ev3dev-lang-java:lejos-commons:0.7.1")

annotationProcessor("org.projectlombok:lombok:1.16.20")
testCompile("org.projectlombok:lombok:1.16.20")
Expand Down

0 comments on commit ba6eb08

Please sign in to comment.