update dependencies #1

Merged
andi merged 2 commits from update-dependencies into master 2022-08-15 15:56:22 +00:00
Showing only changes of commit 22a561db32 - Show all commits

View File

@@ -26,7 +26,7 @@ repositories {
maven { url 'https://repo.lucares.org/' } maven { url 'https://repo.lucares.org/' }
} }
dependencies { dependencies {
compile 'org.lucares:primitiveCollections:0.3.1' compile 'org.lucares:primitiveCollections:0.3'
andi marked this conversation as resolved Outdated
Outdated
Review

you didn't update the version yet

you didn't update the version yet
} }
``` ```