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 314fb5a commit a75dbc5Copy full SHA for a75dbc5
README.md
@@ -123,16 +123,16 @@ Points against:
123
124
### Quick start
125
126
-Add the [`net.openhft:smoothie-map:1.0`
127
-](http://search.maven.org/#artifactdetails%7Cnet.openhft%7Csmoothie-map%7C1.0%7Cjar) dependency
+Add the [`net.openhft:smoothie-map:1.1`
+](http://search.maven.org/#artifactdetails%7Cnet.openhft%7Csmoothie-map%7C1.1%7Cjar) dependency
128
to your project (you can copy a snippet for your favourite build system on the linked page).
129
130
E. g. Maven:
131
132
<dependency>
133
<groupId>net.openhft</groupId>
134
<artifactId>smoothie-map</artifactId>
135
- <version>1.0</version>
+ <version>1.1</version>
136
</dependency>
137
138
Then use it in Java:
0 commit comments