Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Update parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Oct 13, 2022
1 parent 30c5dfa commit 8de2013
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/kotlinc.xml
.idea/*.iml
.idea/modules
*.iml
Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
id 'application'
}

group = 'org.koitharu'
version = '0.2.3'
version = '0.2.4'

repositories {
mavenCentral()
Expand Down Expand Up @@ -48,14 +48,14 @@ jar {


dependencies {
implementation 'com.github.nv95:kotatsu-parsers:8a3b6df91d'
implementation 'com.github.nv95:kotatsu-parsers:5cb953eb86'

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.6.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.6.4'

implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okio:okio:3.1.0'
implementation 'org.json:json:20220320'
implementation 'com.squareup.okio:okio:3.2.0'
implementation 'org.json:json:20220924'
implementation 'io.webfolder:quickjs:1.1.0'

testImplementation 'org.jetbrains.kotlin:kotlin-test'
Expand Down

0 comments on commit 8de2013

Please sign in to comment.