Skip to content

Commit

Permalink
Accompanist 0.21.4-beta. Spotless plugin 6.0.4. Removed unused maven …
Browse files Browse the repository at this point in the history
…repositories.
  • Loading branch information
skolson authored and kalinjul committed Dec 20, 2021
1 parent 462fd8b commit 8ef505c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
@@ -1,15 +1,14 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("com.diffplug.spotless") version "5.14.3"
id("com.diffplug.spotless") version "6.0.4"
id("org.jetbrains.dokka") version "1.6.0"
}

buildscript {
repositories {
google()
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://plugins.gradle.org/m2/")
}

Expand All @@ -27,9 +26,6 @@ allprojects {
google()
mavenCentral()
gradlePluginPortal()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://kotlin.bintray.com/kotlinx/")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
}

tasks.withType<KotlinCompile>().all {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
}

object Accompanist {
private const val version = "0.20.2"
private const val version = "0.21.4-beta"
const val pager = "com.google.accompanist:accompanist-pager:$version"
}

Expand Down

0 comments on commit 8ef505c

Please sign in to comment.