Skip to content

Commit

Permalink
Upgrade all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Feb 20, 2019
1 parent 8c70cd9 commit e9d6e6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/gradle_example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ task execute(type: JavaExec) {
dependencies {
compile group: 'net.codecrete.qrbill', name: 'qrbill-generator', version: '2.0.1+'
}

2 changes: 1 addition & 1 deletion examples/kotlin_example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.11'
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
}

group 'net.codecrete.qrbill.examples'
Expand Down
2 changes: 1 addition & 1 deletion examples/maven_example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>net.codecrete.qrbill</groupId>
<artifactId>qrbill-generator</artifactId>
<version>[2.0.1-RC1,)</version>
<version>[2.0.1,)</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit e9d6e6b

Please sign in to comment.