Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HSLdevcom/gtfsrt2hfp
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Oct 11, 2022
2 parents ecde00c + 564d9ce commit 3cf232a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'

implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21"

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.3'

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4'
implementation 'ch.qos.logback:logback-classic:1.4.1'
implementation 'io.github.microutils:kotlin-logging-jvm:3.0.0'

Expand Down

0 comments on commit 3cf232a

Please sign in to comment.