Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
gchallen committed Sep 5, 2022
1 parent 2298a49 commit 106538d
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.cs125-illinois"
version = "2022.7.0"
version = "2022.9.0"

plugins {
kotlin("jvm") version "1.7.10"
@@ -14,8 +14,8 @@ repositories {
mavenCentral()
}
dependencies {
testImplementation("io.kotest:kotest-runner-junit5:5.4.1")
testImplementation("org.slf4j:slf4j-simple:1.7.36")
testImplementation("io.kotest:kotest-runner-junit5:5.4.2")
testImplementation("org.slf4j:slf4j-simple:2.0.0")
}
tasks.dependencyUpdates {
fun String.isNonStable() = !(
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-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 106538d

Please sign in to comment.