Skip to content

Commit 9ac850d

Browse files
committed
Update libraries
1 parent 23e7d79 commit 9ac850d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jna.version=5.17.0
9191
kotlin.version=2.1.21
9292

9393
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/atomicfu-jvm
94-
kotlinx.atomicfu.version=0.27.0
94+
kotlinx.atomicfu.version=0.28.0
9595

9696
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-collections-immutable-jvm
9797
kotlinx.collections-immutable.version=0.4.0

patching/src/main/java/com/fox2code/foxloader/dependencies/DependencyHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ GSON_DEPENDENCY, new Dependency("com.google.guava:guava:21.0", MAVEN_CENTRAL, "c
142142
new Dependency("org.jetbrains.kotlin:kotlin-stdlib:" + BuildConfig.KOTLIN_VERSION,
143143
MAVEN_CENTRAL, "kotlin.KotlinVersion", null, "263bdc679e1f62012db7b091796279b6d71cf36f4797a98ff1ace05835f201c8"),
144144
new Dependency("org.jetbrains.kotlinx:atomicfu-jvm:" + BuildConfig.KOTLINX_ATOMICFU_VERSION,
145-
MAVEN_CENTRAL, "kotlinx.atomicfu.AtomicRef", null, "2b68464170070a8b085d8a7224c7c002dbd65ea14e1f8b97a9605115a252f7fb"),
145+
MAVEN_CENTRAL, "kotlinx.atomicfu.AtomicRef", null, "39576ec46b83412ff7a2909d24cccbba90400e91f9aa67b250309bc0872ecf52"),
146146
new Dependency("org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:" + BuildConfig.KOTLINX_COLLECTIONS_IMMUTABLE_VERSION,
147147
MAVEN_CENTRAL, "kotlinx.collections.immutable.ImmutableCollection", null, "d767014ad0c9a27d27d26fd38e7afa030aee0d141338f108781ff02ecf2fdab5"),
148148
new Dependency("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:" + BuildConfig.KOTLINX_COROUTINES_VERSION,

0 commit comments

Comments
 (0)