Skip to content

Commit

Permalink
Merge pull request #281 from nielsvanvelzen/update-deps
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
Maxr1998 authored Jun 20, 2021
2 parents c326342 + 043cf43 commit aca207f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
9 changes: 5 additions & 4 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
import org.gradle.api.artifacts.dsl.RepositoryHandler

fun RepositoryHandler.defaultRepositories() {
google()
mavenCentral()
google()
}

object Plugins {
object Versions {
const val kotlin = "1.5.0"
const val binaryCompatibilityValidatorVersion = "0.5.0"
const val detekt = "1.17.0-RC2"
// Kotlin version should be consistent with version catalog in /gradle/libs.versions.toml!
const val kotlin = "1.5.10"
const val binaryCompatibilityValidatorVersion = "0.6.0"
const val detekt = "1.17.1"
const val nexusPublish = "1.1.0"
const val dokka = "1.4.32"
const val androidBuildTools = "4.2.0"
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
kotlin = "1.5.0"
kotlin = "1.5.10"
kotlinx-coroutines = "1.5.0"
kotlinx-serialization = "1.2.1"
ktor = "1.5.4"
slf4j = "1.6.1"
ktor = "1.6.0"
slf4j = "1.7.31"

[libraries]
androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.2.0" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.3.2" }
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "3.1.0" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.5.0" }
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "3.2.0" }
kasechange = { group = "net.pearx.kasechange", name = "kasechange", version = "1.3.0" }
koin = { group = "io.insert-koin", name = "koin-core", version = "2.2.2" }
koin = { group = "io.insert-koin", name = "koin-core", version = "3.1.0" }
kotlin-test-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit", version.ref = "kotlin" }
kotlinPoet = { group = "com.squareup", name = "kotlinpoet", version = "1.8.0" }
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
Expand All @@ -21,4 +21,4 @@ ktor-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "k
ktor-serialization = { group = "io.ktor", name = "ktor-client-serialization-jvm", version.ref = "ktor" }
slf4j-api = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j" }
slf4j-simple = { group = "org.slf4j", name = "slf4j-simple", version.ref = "slf4j" }
swaggerParser = { group = "io.swagger.parser.v3", name = "swagger-parser", version = "2.0.25" }
swaggerParser = { group = "io.swagger.parser.v3", name = "swagger-parser", version = "2.0.26" }

0 comments on commit aca207f

Please sign in to comment.