Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 30, 2022
1 parent 61e802d commit e43525f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.Properties
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.cs125-illinois"
version = "2022.10.2"
version = "2022.10.3"

plugins {
kotlin("jvm") version "1.7.20"
Expand All @@ -24,7 +24,7 @@ repositories {
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
}
dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.20")
implementation("io.github.classgraph:classgraph:4.8.149")
implementation("io.github.kostaskougios:cloning:1.10.3")

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.10.2
version=2022.10.3

0 comments on commit e43525f

Please sign in to comment.