Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cornell committed Nov 15, 2018
1 parent 2396dfe commit 008f935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = "1.2.+"
ext.kotlin_version = "[1.2,)"

dependencies {
repositories { mavenCentral() }
Expand All @@ -8,13 +8,13 @@ buildscript {
}

group = "software.amazon.ion"
version = "alpha-0.5-SNAPSHOT"
version = "0.5.0"

repositories { mavenCentral() }

apply plugin: "kotlin"
dependencies {
compile "software.amazon.ion:ion-java:1.2.+"
compile "software.amazon.ion:ion-java:[1.2,)"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
}
Expand Down

0 comments on commit 008f935

Please sign in to comment.