Skip to content

Commit

Permalink
Update samples to the 2.0.1 candidate (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade authored Feb 25, 2019
1 parent 735f7fc commit 2be7ff1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.16+5003331
spek_version=2.1.0-alpha.0.22+735f7fc
android_junit5_version=1.2.0.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.20'
ext.spek_version = '2.1.0-alpha.0.16+5003331'
ext.spek_version = '2.1.0-alpha.0.22+735f7fc'

repositories {
jcenter()
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.20'
ext.spek_version = '2.1.0-alpha.0.16+5003331'
ext.spek_version = '2.1.0-alpha.0.22+735f7fc'

repositories {
jcenter()
Expand Down

0 comments on commit 2be7ff1

Please sign in to comment.