We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aff23d commit 6bf1d62Copy full SHA for 6bf1d62
build.gradle.kts
@@ -11,7 +11,7 @@ group = "CHANGEME"
11
version = "0.0.1"
12
13
val kotlinVersion = "1.6.0"
14
-val junitVersion = "5.8.1"
+val junitVersion = "5.8.2"
15
16
plugins {
17
kotlin("jvm") version "1.6.0"
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments