Skip to content

Commit

Permalink
Update platform and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LoadingByte committed May 10, 2023
1 parent 15257af commit fcf0880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.util.*


plugins {
kotlin("jvm") version "1.8.20"
kotlin("jvm") version "1.8.21"
}

group = "com.loadingbyte"
Expand Down Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation("org.commonmark", "commonmark", "0.21.0")

// Testing
testImplementation("org.junit.jupiter", "junit-jupiter", "5.9.2")
testImplementation("org.junit.jupiter", "junit-jupiter", "5.9.3")
}

configurations.configureEach {
Expand Down
4 changes: 2 additions & 2 deletions packaging/settings/general
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
JDK_MAJOR=17
JDK_MINOR=.0.5
JDK_PATCH=8
JDK_MINOR=.0.7
JDK_PATCH=7

0 comments on commit fcf0880

Please sign in to comment.