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 e0f0dbc commit 15e92f1Copy full SHA for 15e92f1
README.md
@@ -40,22 +40,22 @@ ___
40
## Dependencies
41
42
```kotlin
43
-implementation("io.sellmair:evas:1.0.0-RC.2")
+implementation("io.sellmair:evas:1.0.0-RC.3")
44
```
45
46
Maven:
47
```xml
48
<dependency>
49
<groupId>io.sellmair</groupId>
50
<artifactId>evas-jvm</artifactId>
51
- <version>1.0.0-RC.2</version>
+ <version>1.0.0-RC.3</version>
52
</dependency>
53
54
55
(Compose Extensions)
56
57
58
-implementation("io.sellmair:evas-compose:1.0.0-RC.2")
+implementation("io.sellmair:evas-compose:1.0.0-RC.3")
59
60
61
0 commit comments