Skip to content

Commit

Permalink
chore: updated kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnorman committed Dec 1, 2021
1 parent 5a9ac80 commit 4aff23d
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 @@ -10,7 +10,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "CHANGEME"
version = "0.0.1"

val kotlinVersion = "1.3.61"
val kotlinVersion = "1.6.0"
val junitVersion = "5.8.1"

plugins {
Expand Down

0 comments on commit 4aff23d

Please sign in to comment.