Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Nov 14, 2022
1 parent 514aed7 commit c1dd7d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.

8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.7.20" apply false
kotlin("jvm") version "1.7.21" apply false
id("org.jmailen.kotlinter") version "3.12.0" apply false
id("com.github.ben-manes.versions") version "0.43.0"
id("com.github.ben-manes.versions") version "0.44.0"
id("io.gitlab.arturbosch.detekt") version "1.21.0"
id("com.google.devtools.ksp") version "1.7.20-1.0.8" apply false
id("com.google.devtools.ksp") version "1.7.21-1.0.8" apply false
}
allprojects {
repositories {
Expand All @@ -18,7 +18,7 @@ allprojects {
}
subprojects {
group = "com.github.cs125-illinois.jeed"
version = "2022.11.0"
version = "2022.11.1"
tasks.withType<Test> {
useJUnitPlatform()
enableAssertions = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.11.0
version=2022.11.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.11.0
version=2022.11.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2022.11.0
version=2022.11.1

0 comments on commit c1dd7d6

Please sign in to comment.