diff --git a/build.gradle.kts b/build.gradle.kts index a43f6cf..7c19052 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } subprojects { group = "com.github.cs125-illinois.questioner" - version = "2022.10.4" + version = "2022.10.5" tasks.withType { kotlinOptions { jvmTarget = JavaVersion.VERSION_17.toString() diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index eb208c1..ebf0093 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("org.ow2.asm:asm:9.4") api("com.beyondgrader.resource-agent:agent:2022.9.3") - api("com.github.cs125-illinois.jeed:core:2022.10.4") + api("com.github.cs125-illinois.jeed:core:2022.10.5") api("com.github.cs125-illinois:jenisol:2022.10.1") api("io.kotest:kotest-runner-junit5:5.5.1") api("com.google.truth:truth:1.1.3") diff --git a/server/build.gradle.kts b/server/build.gradle.kts index 3b476b6..28168d8 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -15,7 +15,6 @@ plugins { dependencies { ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0") - implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10") implementation(project(":lib")) implementation("io.ktor:ktor-server-netty:2.1.2") diff --git a/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version b/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version index f50b44e..28b36ad 100644 --- a/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version +++ b/server/src/main/resources/edu.illinois.cs.cs125.questioner.server.version @@ -1 +1 @@ -version=2022.10.4 \ No newline at end of file +version=2022.10.5 \ No newline at end of file