Skip to content

Commit

Permalink
Upgrade jars
Browse files Browse the repository at this point in the history
  • Loading branch information
pambrose committed Jun 25, 2021
1 parent 7cae8f5 commit 1bd7e63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ versioncheck:
./gradlew dependencyUpdates

upgrade-wrapper:
./gradlew wrapper --gradle-version=6.8.3 --distribution-type=bin
./gradlew wrapper --gradle-version=7.1 --distribution-type=bin
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'application'
id 'org.jetbrains.kotlin.jvm' version '1.5.20-M1'
id 'org.jetbrains.kotlin.jvm' version '1.5.20'
id "com.github.ben-manes.versions" version "0.39.0"
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ coroutines_version=1.5.0
junit_version=5.7.0
kotest_version=4.6.0
kotest_ktor_version=4.4.3
kotlin_version=1.5.20-M1
kotlin_version=1.5.20
ktor_version=1.6.0
logback_version=1.2.3
logging_version=2.0.8
readingbat_version=1.16.0
utils_version=1.12.0
readingbat_version=1.17.0
utils_version=1.14.0
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1bd7e63

Please sign in to comment.