Skip to content

Commit

Permalink
Version and dependency bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jun 8, 2021
1 parent 6261460 commit 07abcf2
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 @@ -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"
Expand All @@ -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")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.5.8
version=2021.6.0

0 comments on commit 07abcf2

Please sign in to comment.