We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17d870 commit 2b3610bCopy full SHA for 2b3610b
1 file changed
README.md
@@ -18,7 +18,7 @@ Add the below dependency to the project's POM:
18
<dependency>
19
<groupId>com.factset.sdk</groupId>
20
<artifactId>utils</artifactId>
21
- <version>1.1.3</version>
+ <version>1.1.4</version>
22
</dependency>
23
```
24
@@ -32,7 +32,7 @@ repositories {
32
}
33
34
dependencies {
35
- implementation "com.factset.sdk:utils:1.1.3"
+ implementation "com.factset.sdk:utils:1.1.4"
36
37
38
0 commit comments