Skip to content

Commit 8ef505c

Browse files
skolsonkalinjul
authored andcommitted
Accompanist 0.21.4-beta. Spotless plugin 6.0.4. Removed unused maven repositories.
1 parent 462fd8b commit 8ef505c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
id("com.diffplug.spotless") version "5.14.3"
4+
id("com.diffplug.spotless") version "6.0.4"
55
id("org.jetbrains.dokka") version "1.6.0"
66
}
77

88
buildscript {
99
repositories {
1010
google()
1111
mavenCentral()
12-
maven("https://dl.bintray.com/kotlin/kotlin-eap")
1312
maven("https://plugins.gradle.org/m2/")
1413
}
1514

@@ -27,9 +26,6 @@ allprojects {
2726
google()
2827
mavenCentral()
2928
gradlePluginPortal()
30-
maven("https://dl.bintray.com/kotlin/kotlin-eap")
31-
maven("https://kotlin.bintray.com/kotlinx/")
32-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
3329
}
3430

3531
tasks.withType<KotlinCompile>().all {

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414
}
1515

1616
object Accompanist {
17-
private const val version = "0.20.2"
17+
private const val version = "0.21.4-beta"
1818
const val pager = "com.google.accompanist:accompanist-pager:$version"
1919
}
2020

0 commit comments

Comments
 (0)