We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852b267 commit 4f94a37Copy full SHA for 4f94a37
2 files changed
README.md
@@ -23,7 +23,7 @@ Add the below dependency to the project's POM:
23
<dependency>
24
<groupId>com.factset.sdk.eventdriven</groupId>
25
<artifactId>factsettrading</artifactId>
26
- <version>2.0.0</version>
+ <version>2.0.1</version>
27
</dependency>
28
```
29
@@ -37,7 +37,7 @@ repositories {
37
}
38
39
dependencies {
40
- implementation "com.factset.sdk.eventdriven:factsettrading:2.0.0"
+ implementation "com.factset.sdk.eventdriven:factsettrading:2.0.1"
41
42
43
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
9
10
group = "com.factset.sdk.eventdriven"
11
-version = "2.0.0"
+version = "2.0.1"
12
13
java {
14
withJavadocJar()
0 commit comments