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 10548c0 commit f775116Copy full SHA for f775116
README.md
@@ -17,7 +17,7 @@ repositories {
17
}
18
19
dependencies {
20
- implementation("org.rationalityfrontline.ktrader:ktrader-datatype:1.0.0")
+ implementation("org.rationalityfrontline.ktrader:ktrader-datatype:1.0.1")
21
22
```
23
@@ -27,7 +27,7 @@ dependencies {
27
<dependency>
28
<groupId>org.rationalityfrontline.ktrader</groupId>
29
<artifactId>ktrader-datatype</artifactId>
30
- <version>1.0.0</version>
+ <version>1.0.1</version>
31
</dependency>
32
33
0 commit comments