Skip to content

Commit

Permalink
Lock down some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
milosmns committed Oct 11, 2023
1 parent 5985af8 commit f74ed76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinJvmCompilation

plugins {
application
kotlin("multiplatform") version "1.9.+" // when replacing, search the whole file for "9"
kotlin("multiplatform") version "1.9.+"
kotlin("plugin.serialization") version "1.9.+"
id("com.apollographql.apollo3") version "4.+"
id("com.github.johnrengelman.shadow") version "8.+"
id("org.jlleitschuh.gradle.ktlint") version "11.+"
id("com.github.breadmoirai.github-release") version "2.+"
id("com.github.breadmoirai.github-release") version "2.4.+"
id("app.cash.sqldelight") version "2.+"
}

Expand Down

0 comments on commit f74ed76

Please sign in to comment.