Skip to content

Commit

Permalink
Add reproducable error when using 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NoPhaseNoKill committed Nov 22, 2023
1 parent 125bc80 commit d69774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subprojects {
dependencies {
val junitVersion = "5.10.1"
// TODO try and fix issue with 1.7.3, which relates to classpath - potentially being caused by build process
val kotlinCoroutinesVersion = "1.6.4"
val kotlinCoroutinesVersion = "1.7.3"

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${kotlinCoroutinesVersion}")
implementation("org.junit.jupiter:junit-jupiter:${junitVersion}")
Expand Down

0 comments on commit d69774d

Please sign in to comment.