Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Dec 21, 2023
1 parent 19c0a2a commit 4fcb8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
*/

plugins {
kotlin("jvm") version("1.9.21") apply(false)
kotlin("jvm") version("1.9.22") apply(false)

id("idea")
id("eclipse")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ logoSmall=assets/img/logo.svg
iconsDirectory=content

# VERSIONS
kotlinVersion=1.9.21
kotlinVersion=1.9.22
dokkaVersion=1.9.10
mockkVersion=1.13.8
junitVersion=5.10.1
Expand Down

0 comments on commit 4fcb8b9

Please sign in to comment.