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

Commit

Permalink
Update Jeed dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jun 17, 2021
1 parent 0f8f5bc commit ea9a616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation("com.github.slugify:slugify:2.5")
implementation("org.apache.commons:commons-text:1.9")

api("com.github.cs125-illinois.jeed:core:2021.6.0")
api("com.github.cs125-illinois.jeed:core:2021.6.2")
api("com.github.cs125-illinois:jenisol:2021.6.1")
api("io.kotest:kotest-runner-junit5:4.6.0")
api("com.google.truth:truth:1.1.3")
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation(gradleApi())
implementation(project(":lib"))
implementation("com.github.cs125-illinois.jeed:core:2021.6.0")
implementation("com.github.cs125-illinois.jeed:core:2021.6.2")
implementation("com.github.cs125-illinois:jenisol:2021.6.1")
implementation("com.squareup.moshi:moshi:1.12.0")
implementation("org.jetbrains:markdown:0.2.4") {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.6.6
version=2021.6.7

0 comments on commit ea9a616

Please sign in to comment.