We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7901aba commit e870077Copy full SHA for e870077
README.md
@@ -23,13 +23,13 @@ Jupyter Kotlin Kernel support `%js`/`%ts`/`%jsx`/`%tsx` line magics.
23
```kt
24
USE {
25
repositories {
26
- mavenCentral()
+ mavenCentral()
27
28
maven("https://s01.oss.sonatype.org/content/groups/public/")
29
}
30
31
dependencies {
32
- implementation("dev.yidafu.jupyter:jupyter-js:0.5.0")
+ implementation("dev.yidafu.jupyter:jupyter-js:0.6.0")
33
34
35
```
jupyter-js/build.gradle.kts
@@ -27,7 +27,7 @@ kotlinJupyter {
group = "dev.yidafu.jupyter"
-version = "0.5.0"
+version = "0.6.0"
implementation("org.jetbrains.dokka:kotlin-analysis-compiler:1.8.20")
0 commit comments