We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01ef4e commit d202086Copy full SHA for d202086
README.md
@@ -40,22 +40,22 @@ ___
40
## Dependencies
41
42
```kotlin
43
-implementation("io.sellmair:evas:1.2.0-RC")
+implementation("io.sellmair:evas:1.2.0")
44
```
45
46
Maven:
47
```xml
48
<dependency>
49
<groupId>io.sellmair</groupId>
50
<artifactId>evas-jvm</artifactId>
51
- <version>1.2.0-RC</version>
+ <version>1.2.0</version>
52
</dependency>
53
54
55
(Compose Extensions)
56
57
58
-implementation("io.sellmair:evas-compose:1.2.0-RC")
+implementation("io.sellmair:evas-compose:1.2.0")
59
60
61
0 commit comments