Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Dec 18, 2022
1 parent 740d5ef commit eb91291
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ import java.util.Properties
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.cs125-illinois"
version = "2022.10.5"
version = "2022.12.0"

plugins {
kotlin("jvm") version "1.7.20"
kotlin("jvm") version "1.7.22"
java
`maven-publish`

id("org.jmailen.kotlinter") version "3.12.0"
checkstyle
id("com.github.sherter.google-java-format") version "0.9"

id("com.github.ben-manes.versions") version "0.43.0"
id("io.gitlab.arturbosch.detekt") version "1.21.0"
id("com.github.ben-manes.versions") version "0.44.0"
id("io.gitlab.arturbosch.detekt") version "1.22.0"
}
repositories {
mavenCentral()
maven(url = "https://jitpack.io")
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
}
dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.20")
implementation("io.github.classgraph:classgraph:4.8.149")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22")
implementation("io.github.classgraph:classgraph:4.8.152")
implementation("io.github.kostaskougios:cloning:1.10.3")

testImplementation("io.kotest:kotest-runner-junit5:5.5.3")
testImplementation("org.slf4j:slf4j-simple:2.0.3")
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
testImplementation("org.slf4j:slf4j-simple:2.0.6")
}
tasks.withType<JavaCompile> {
options.compilerArgs.add("-parameters")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.10.5
version=2022.12.0

0 comments on commit eb91291

Please sign in to comment.