Skip to content

Commit

Permalink
bump: update the kotlin test framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
GirZ0n committed Nov 7, 2023
1 parent d106e66 commit dd62a57
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 @@ -56,7 +56,7 @@ allprojects {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20")
testImplementation("junit:junit:4.13.1")

val testSystemVersion = "2.0.5"
val testSystemVersion = "2.1.0"
implementation("org.jetbrains.academy.test.system:core:$testSystemVersion")
implementation("org.jetbrains.academy.test.system:ij:$testSystemVersion")

Expand Down

0 comments on commit dd62a57

Please sign in to comment.