Skip to content

Commit

Permalink
Totally did not forget this
Browse files Browse the repository at this point in the history
  • Loading branch information
1Jajen1 committed Oct 25, 2019
1 parent 8a4e027 commit 4f9de49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
}
dependencies {
testImplementation: 'propCheck:propCheck-kt:0.9.5'
testImplementation: 'propCheck:propCheck-kt:0.9.6'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
apply plugin: 'kotlin-kapt'

group 'propCheck'
version '0.9.5'
version '0.9.6'

def arrow_version = "0.10.0"
dependencies {
Expand Down Expand Up @@ -95,7 +95,7 @@ publishing {
}
groupId 'propCheck'
artifactId 'propCheck-kt'
version '0.9.5'
version '0.9.6'
pom.withXml {
def root = asNode()
root.appendNode('description', 'Property based testing for kotlin')
Expand All @@ -118,7 +118,7 @@ bintray {
licenses = ['BSD 3-Clause']
vcsUrl = 'https://github.com/1Jajen1/propCheck'
version {
name = '0.9.5'
name = '0.9.6'
released = new Date()
}
}
Expand Down
4 changes: 0 additions & 4 deletions src/main/kotlin/propCheck/arbitrary/Arbitrary.kt
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ fun shrinkChar(fail: Char): Sequence<Char> = (
else -> i
}
} < 0

}.also {
val t = it.toList()
println(t)
}


Expand Down

0 comments on commit 4f9de49

Please sign in to comment.