Skip to content

Commit

Permalink
Update samples to use 2.0.4 candidate (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade authored May 7, 2019
1 parent 45afbe2 commit 2b13631
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

spek_version=2.1.0-alpha.0.7+b081e15
spek_version=2.1.0-alpha.0.3+45afbe2
android_junit5_version=1.4.2.0
junit5_runner=0.2.2
jacoco_version=0.8.1
2 changes: 1 addition & 1 deletion samples/jvm/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.30'
ext.spek_version = '2.1.0-alpha.0.7+b081e15'
ext.spek_version = '2.1.0-alpha.0.3+45afbe2'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion samples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<jdk.version>1.8</jdk.version>
<kotlin.version>1.3.30</kotlin.version>
<spek.version>2.1.0-alpha.0.7+b081e15</spek.version>
<spek.version>2.1.0-alpha.0.3+45afbe2</spek.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/multiplatform/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.3.30'
ext.spek_version = '2.1.0-alpha.0.7+b081e15'
ext.spek_version = '2.1.0-alpha.0.3+45afbe2'

repositories {
jcenter()
Expand Down

0 comments on commit 2b13631

Please sign in to comment.