diff --git a/build.gradle.kts b/build.gradle.kts index 558b015..adb88b8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import java.io.StringWriter import java.util.Properties group = "com.github.cs125-illinois" -version = "2021.5.8" +version = "2021.6.0" plugins { kotlin("jvm") version "1.5.10" @@ -25,7 +25,7 @@ repositories { dependencies { implementation(kotlin("stdlib")) implementation(kotlin("reflect")) - implementation("io.github.classgraph:classgraph:4.8.105") + implementation("io.github.classgraph:classgraph:4.8.108") implementation("io.github.kostaskougios:cloning:1.10.3") testImplementation("io.kotest:kotest-runner-junit5:4.6.0") diff --git a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version index 36595b4..1202cba 100644 --- a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version +++ b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version @@ -1 +1 @@ -version=2021.5.8 \ No newline at end of file +version=2021.6.0 \ No newline at end of file