Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Mar 2, 2022
1 parent b19c682 commit c774292
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}
subprojects {
group = "com.github.cs125-illinois.questioner"
version = "2022.2.5"
version = "2022.3.0"
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_16.toString()
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
implementation("com.squareup.moshi:moshi-kotlin:1.13.0")
implementation("org.apache.commons:commons-text:1.9")

api("com.github.cs125-illinois.jeed:core:2022.2.6")
api("com.github.cs125-illinois:jenisol:2022.1.2")
api("com.github.cs125-illinois.jeed:core:2022.3.0")
api("com.github.cs125-illinois:jenisol:2022.3.0")
api("io.kotest:kotest-runner-junit5:4.6.3")
api("com.google.truth:truth:1.1.3")
api("com.github.cs125-illinois:libcs1:2022.1.0")
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
}
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
implementation("com.google.googlejavaformat:google-java-format:1.14.0")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("com.google.guava:guava:31.1-jre")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")
implementation("com.github.slugify:slugify:2.5")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.2.5
version=2022.3.0

0 comments on commit c774292

Please sign in to comment.