Skip to content

Commit

Permalink
Remove the last dependecy on jcenter (switch kotlinx_html to v0.7.2).
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Apr 15, 2021
1 parent d7c8a42 commit 7bcd38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,8 @@ allprojects {
// see also: python-package/lets_plot/_version.py

repositories {
// maven {
// url = uri("$rootDir/.maven-publish-dev-repo")
// }

mavenCentral()
jcenter()
maven { url "https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" }
}

// jar jvm sources of this project
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin_version=1.4.21
kotlinLogging_version=2.0.5
idea_ext_version=0.7

kotlinx_html_version=0.7.1
kotlinx_html_version=0.7.2

slf4j_version=1.7.28

Expand Down

0 comments on commit 7bcd38e

Please sign in to comment.