Skip to content

Commit

Permalink
GH-1547 Bump expressible & cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Sep 11, 2022
1 parent c925c2d commit 3bfe2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin")
api("org.jetbrains:annotations:23.0.0")

val expressible = "1.2.0"
val expressible = "1.2.1"
api("org.panda-lang:expressible:$expressible")
api("org.panda-lang:expressible-kt:$expressible")
testImplementation("org.panda-lang:expressible-junit:$expressible")

val cdn = "1.13.20"
val cdn = "1.14.1"
api("net.dzikoysk:cdn:$cdn")
api("net.dzikoysk:cdn-kt:$cdn")

Expand Down

0 comments on commit 3bfe2a0

Please sign in to comment.