File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Sync is available at the Maven Central Repository.
2828
2929``` kotlin
3030dependencies {
31- implementation(" space.vectrix:sync-collections-fastutil:1.0.0 " )
31+ implementation(" space.vectrix:sync-collections-fastutil:1.0.1 " )
3232}
3333```
3434
@@ -38,7 +38,7 @@ dependencies {
3838<dependency >
3939 <groupId >space.vectrix</groupId >
4040 <artifactId >sync-collections-fastutil</artifactId >
41- <version >1.0.0 </version >
41+ <version >1.0.1 </version >
4242</dependency >
4343```
4444
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Sync is available at the Maven Central Repository.
2828
2929``` kotlin
3030dependencies {
31- implementation(" space.vectrix:sync-collections:1.0.0 " )
31+ implementation(" space.vectrix:sync-collections:1.0.1 " )
3232}
3333```
3434
@@ -38,7 +38,7 @@ dependencies {
3838<dependency >
3939 <groupId >space.vectrix</groupId >
4040 <artifactId >sync-collections</artifactId >
41- <version >1.0.0 </version >
41+ <version >1.0.1 </version >
4242</dependency >
4343```
4444
Original file line number Diff line number Diff line change 11group =space.vectrix
2- version =1.0.1-SNAPSHOT
2+ version =1.0.1
33description =Provides thread-safe utilities for highly concurrent scenarios in Java
44
55testJdks =17, 21
You can’t perform that action at this time.
0 commit comments