diff --git a/README.md b/README.md index e72c5af..a7dc653 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Jupyter Kotlin Kernel support `%js`/`%ts`/`%jsx`/`%tsx` line magics. ```kt USE { repositories { - mavenCentral() + mavenCentral() maven("https://s01.oss.sonatype.org/content/groups/public/") } dependencies { - implementation("dev.yidafu.jupyter:jupyter-js:0.5.0") + implementation("dev.yidafu.jupyter:jupyter-js:0.6.0") } } ``` diff --git a/jupyter-js/build.gradle.kts b/jupyter-js/build.gradle.kts index c2885ea..6f0e598 100644 --- a/jupyter-js/build.gradle.kts +++ b/jupyter-js/build.gradle.kts @@ -27,7 +27,7 @@ kotlinJupyter { } group = "dev.yidafu.jupyter" -version = "0.5.0" +version = "0.6.0" dependencies { implementation("org.jetbrains.dokka:kotlin-analysis-compiler:1.8.20")