Skip to content

Commit

Permalink
1.5.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jul 22, 2016
1 parent a6a0511 commit 6d9a4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
defaultTasks 'clean', 'build', 'shadowJar', 'install'

def sbeGroup = 'uk.co.real-logic'
def sbeVersion = '1.5.0-SNAPSHOT'
def sbeVersion = '1.5.0'

group = sbeGroup
version = sbeVersion
Expand Down Expand Up @@ -172,7 +172,7 @@ def validationXsdPath = project(':sbe-tool').projectDir.toString() + '/src/main/

project(':sbe-tool') {
dependencies {
compile 'org.agrona:Agrona:0.5.3-SNAPSHOT'
compile 'org.agrona:Agrona:0.5.3'

testCompile files('build/classes/generated')
}
Expand Down

0 comments on commit 6d9a4b5

Please sign in to comment.