Skip to content

Commit

Permalink
Merge pull request #21 from skydoves/kotlin/1.8.10
Browse files Browse the repository at this point in the history
Bump Kotlin to 1.8.10, compose compiler to 1.4.4
  • Loading branch information
skydoves authored Mar 26, 2023
2 parents 1d23352 + 064b852 commit a5c124b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/com/skydoves/orbital/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package com.skydoves.orbital

object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.4.0"
internal const val ANDROID_GRADLE_PLUGIN = "7.4.1"
internal const val ANDROID_GRADLE_SPOTLESS = "6.7.0"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
internal const val KOTLIN = "1.8.0"
internal const val KOTLIN_GRADLE_DOKKA = "1.7.20"
internal const val KOTLIN_BINARY_VALIDATOR = "0.12.1"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.3.0"
internal const val KOTLIN = "1.8.10"
internal const val KOTLIN_GRADLE_DOKKA = "1.8.10"
internal const val KOTLIN_BINARY_VALIDATOR = "0.13.0"

internal const val COMPOSE = "1.3.1"
internal const val COMPOSE_COMPILER = "1.4.0"
internal const val COMPOSE_COMPILER = "1.4.4"
internal const val COROUTINES = "1.6.4"

internal const val RULES = "1.4.0"
Expand Down

0 comments on commit a5c124b

Please sign in to comment.