File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Truthish
2
2
3
- ![ version] ( https://img.shields.io/badge/version-0.6.5-yellow .svg )
3
+ ![ version] ( https://img.shields.io/badge/version-1.0.0-green .svg )
4
4
![ truthish tests] ( https://github.com/varabyte/truthish/actions/workflows/gradle-test-all.yml/badge.svg )
5
5
![ coverage badge] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/bitspittle/01b6bfe88483946d9f5438f5616d9b9f/raw/truthish-coverage-badge.json )
6
6
<br >
@@ -112,7 +112,7 @@ kotlin {
112
112
113
113
sourceSets {
114
114
commonTest.dependencies {
115
- implementation(" com.varabyte.truthish:truthish:0.6.5 " )
115
+ implementation(" com.varabyte.truthish:truthish:1.0.0 " )
116
116
implementation(kotlin(" test" ))
117
117
}
118
118
}
@@ -136,7 +136,7 @@ dependencies {
136
136
// ...
137
137
138
138
testImplementation(kotlin(" test" ))
139
- testImplementation(" com.varabyte.truthish:truthish:0.6.5 " )
139
+ testImplementation(" com.varabyte.truthish:truthish:1.0.0 " )
140
140
}
141
141
```
142
142
@@ -155,9 +155,9 @@ dependencies {
155
155
// ...
156
156
157
157
// If used in tests that are run on the host (i.e. your dev machine)
158
- testImplementation(" com.varabyte.truthish:truthish:0.6.5 " )
158
+ testImplementation(" com.varabyte.truthish:truthish:1.0.0 " )
159
159
160
160
// If used in tests that are run on the device
161
- androidTestImplementation(" com.varabyte.truthish:truthish:0.6.5 " )
161
+ androidTestImplementation(" com.varabyte.truthish:truthish:1.0.0 " )
162
162
}
163
163
```
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
}
18
18
19
19
group = " com.varabyte.truthish"
20
- version = " 0.6.6-SNAPSHOT "
20
+ version = " 1.0.0 "
21
21
22
22
tasks.register(" printLineCoverage" ) {
23
23
group = " verification" // Put into the same group as the `kover` tasks
You can’t perform that action at this time.
0 commit comments