Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Aug 30, 2021
1 parent 221077f commit aca3d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 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.8.1"
version = "2021.8.2"

plugins {
kotlin("jvm") version "1.5.30"
Expand All @@ -15,16 +15,15 @@ plugins {
id("com.github.sherter.google-java-format") version "0.9"

id("com.github.ben-manes.versions") version "0.39.0"
id("io.gitlab.arturbosch.detekt") version "1.18.0"
id("io.gitlab.arturbosch.detekt") version "1.18.1"
}
repositories {
mavenCentral()
maven(url = "https://jitpack.io")
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
}
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.30")
implementation("io.github.classgraph:classgraph:4.8.115")
implementation("io.github.kostaskougios:cloning:1.10.3")

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.8.1
version=2021.8.2

0 comments on commit aca3d01

Please sign in to comment.