Skip to content

Commit

Permalink
version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Nov 2, 2017
1 parent cbe47d4 commit 0cf771c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

group = 'edu.sc.seis'
version = '1.8.0-SNAPSHOT'
version = '1.8.0'

apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'groovy'

dependencies {
compile project(':seedCodec')
// compile project(':seedCodec')
compile "edu.sc.seis:seedCodec:1.0.11"
compile "com.martiansoftware:jsap:2.1"
compile "org.slf4j:slf4j-api:1.7.21"
compile group: "org.slf4j", name: "slf4j-log4j12", version: "1.7.21"
Expand Down

0 comments on commit 0cf771c

Please sign in to comment.