Update dependencies

master
Koitharu 2 years ago
parent c0296d0882
commit 5404743f17
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -2,8 +2,8 @@ import tasks.ReportGenerateTask
plugins {
id 'java-library'
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'com.google.devtools.ksp' version '1.9.23-1.0.20'
id 'org.jetbrains.kotlin.jvm' version '2.0.10-RC'
id 'com.google.devtools.ksp' version '2.0.10-RC-1.0.23'
id 'maven-publish'
}
@ -53,12 +53,12 @@ afterEvaluate {
}
dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okio:okio:3.9.0'
api 'org.jsoup:jsoup:1.17.2'
api 'org.jsoup:jsoup:1.18.1'
implementation 'org.json:json:20240303'
implementation 'androidx.collection:collection:1.4.0'
implementation 'androidx.collection:collection:1.4.1'
ksp project(':kotatsu-parsers-ksp')

@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'org.jetbrains.kotlin.jvm' version '2.0.10-RC'
}
repositories {
@ -14,5 +14,5 @@ dependencies {
implementation gradleApi()
implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'com.soywiz.korlibs.korte:korte-jvm:4.0.10'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC'
}

@ -7,5 +7,5 @@ kotlin {
}
dependencies {
implementation 'com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.20'
implementation 'com.google.devtools.ksp:symbol-processing-api:2.0.10-RC-1.0.23'
}

@ -12,7 +12,7 @@ import java.text.SimpleDateFormat
import java.util.Collections.emptyMap
@MangaSourceParser("MANGAGALAXY", "MangaGalaxy", "en")
internal class ResetScans(context: MangaLoaderContext) :
internal class MangaGalaxyParser(context: MangaLoaderContext) :
MadaraParser(context, MangaParserSource.RESETSCANS, "mangagalaxy.org", 18) {
override val datePattern = "MM dd"
Loading…
Cancel
Save