Skip to content

Commit 1d81ec6

Browse files
committed
Update libraries and plugins dependencies
1 parent 88f7c1c commit 1d81ec6

File tree

10 files changed

+23
-31
lines changed

10 files changed

+23
-31
lines changed

build-plugin/src/build/util/versionCatalog.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ val NamedVersionCatalogsExtension.Versions.stableKotlin get() = get("stableKotli
4949
val NamedVersionCatalogsExtension.Versions.gradleKotlin get() = get("gradleKotlin")
5050
val NamedVersionCatalogsExtension.Versions.ktlint get() = get("ktlint")
5151

52-
val NamedVersionCatalogsExtension.Dependencies.junitApi get() = get("test-junit-api")
53-
val NamedVersionCatalogsExtension.Dependencies.junitEngine get() = get("test-junit-engine")
54-
val NamedVersionCatalogsExtension.Dependencies.kotlinTest get() = get("kotlin-stable-test")
52+
val NamedVersionCatalogsExtension.Dependencies.junitApi get() = get("test.junit.api")
53+
val NamedVersionCatalogsExtension.Dependencies.junitEngine get() = get("test.junit.engine")
54+
val NamedVersionCatalogsExtension.Dependencies.kotlinTest get() = get("kotlin.stable.test")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation(libs.kotlin.dev.scriptingCommon)
4343

4444
// Embedded version of serialization plugin for notebook code
45-
implementation(libs.serialization.dev.embeddedPlugin)
45+
implementation(libs.serialization.dev.embedded)
4646

4747
// Logging
4848
implementation(libs.logging.slf4j.api)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Kotlin kernel for IPython/Jupyter
1010

11-
[Kotlin](https://kotlinlang.org/) (1.6.0-dev-1733) kernel for [Jupyter](https://jupyter.org).
11+
[Kotlin](https://kotlinlang.org/) (1.6.0-dev-3567) kernel for [Jupyter](https://jupyter.org).
1212

1313
Beta version. Tested with Jupyter Notebook 6.0.3, Jupyter Lab 1.2.6 and Jupyter Console 6.1.0
1414
on Windows, Ubuntu Linux and macOS.

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.6.0-dev-1733"
2+
kotlin = "1.6.0-dev-3567"
33
stableKotlin = "1.5.21"
44
gradleKotlin = "1.4.31"
55
shadowJar = "7.0.0"
@@ -8,20 +8,20 @@ kotlinxSerialization = "1.2.2"
88
kotlinxCoroutines = "1.5.1"
99
ktlintGradle = "10.0.0"
1010
ktlint = "0.40.0"
11-
publishPlugin = "0.0.54-dev"
11+
publishPlugin = "0.0.57-dev"
1212
versionsPlugin = "0.39.0"
1313

1414
slf4j = "1.7.32"
15-
logback = "1.2.4"
16-
http4k = "4.10.1.0"
17-
jupyterApi = "0.10.0-146"
18-
jetbrainsAnnotations = "21.0.1"
15+
logback = "1.2.5"
16+
http4k = "4.11.0.1"
17+
jupyterApi = "0.10.0-215"
18+
jetbrainsAnnotations = "22.0.0"
1919

2020
junit = "5.7.2"
21-
kotlinTest = "4.6.1"
21+
kotlinTest = "4.6.2"
2222
clikt = "2.8.0"
2323
zeromq = "0.5.2"
24-
gson = "2.8.7"
24+
gson = "2.8.8"
2525

2626
jlatexmath = "1.0.7"
2727
xmlgraphicsFop = "2.6"
@@ -59,11 +59,11 @@ kotlin-gradle-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib",
5959
kotlin-gradle-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "gradleKotlin" }
6060
kotlin-gradle-stdlibJdk8 = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "gradleKotlin" }
6161
kotlin-gradle-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "gradleKotlin" }
62-
kotlin-gradle-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "gradleKotlin" }
62+
kotlin-gradle-gradle = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "gradleKotlin" }
6363

6464
# Serialization compiler plugin (for Dev Kotlin)
65-
serialization-dev-embeddedPlugin = { group = "org.jetbrains.kotlin", name = "kotlin-serialization", version.ref = "kotlin" }
66-
serialization-dev-unshadedPlugin = { group = "org.jetbrains.kotlin", name = "kotlin-serialization-unshaded", version.ref = "kotlin" }
65+
serialization-dev-embedded = { group = "org.jetbrains.kotlin", name = "kotlin-serialization", version.ref = "kotlin" }
66+
serialization-dev-unshaded = { group = "org.jetbrains.kotlin", name = "kotlin-serialization-unshaded", version.ref = "kotlin" }
6767

6868
# Serialization runtime
6969
serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
@@ -127,7 +127,7 @@ plugin-publisher = { module = "ru.ileasile:kotlin-libs-publisher", version.ref =
127127
plugin-changelog = { module = "gradle.plugin.org.hildan.gradle:gradle-github-changelog", version.ref = "changelogPlugin" }
128128

129129
# id("com.github.ben-manes.versions")
130-
plugin-versionsPlugin = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "versionsPlugin" }
130+
plugin-versionsUpdater = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "versionsPlugin" }
131131

132132
# Published artifacts of this project as binary dependencies
133133
jupyter-api = { group = "org.jetbrains.kotlinx", name = "kotlin-jupyter-api", version.ref = "jupyterApi" }
@@ -144,5 +144,5 @@ allGradlePlugins = [
144144
"plugin-ktlint",
145145
"plugin-publisher",
146146
"plugin-changelog",
147-
"plugin-versionsPlugin",
147+
"plugin-versionsUpdater",
148148
]

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

jupyter-lib/kotlin-jupyter-api-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// Temporary solution until Kotlin 1.4 will be supported in
2121
// .kts buildscripts and it will be possible to use
2222
// kotlinx.serialization in plugin code
23-
implementation(libs.kotlin.gradle.gradlePlugin)
23+
implementation(libs.kotlin.gradle.gradle)
2424
implementation(libs.gson)
2525

2626
testImplementation(projects.api)

jupyter-lib/shared-compiler/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
compileOnly(libs.serialization.json)
3333

3434
// Serialization compiler plugin (for notebooks, not for kernel code)
35-
compileOnly(libs.serialization.dev.unshadedPlugin)
35+
compileOnly(libs.serialization.dev.unshaded)
3636

3737
// Logging
3838
compileOnly(libs.logging.slf4j.api)

src/main/kotlin/org/jetbrains/kotlinx/jupyter/repl/impl/JupyterCompilerImpl.kt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,7 @@ fun getSimpleCompiler(
247247
evaluationConfiguration: ScriptEvaluationConfiguration,
248248
): JupyterCompiler {
249249
class SimpleReplCompiler(hostConfiguration: ScriptingHostConfiguration) :
250-
KJvmReplCompilerBase<ReplCodeAnalyzerBase>(
251-
hostConfiguration = hostConfiguration,
252-
initAnalyzer = { sharedScriptCompilationContext, scopeProcessor ->
253-
ReplCodeAnalyzerBase(
254-
sharedScriptCompilationContext.environment,
255-
implicitsResolutionFilter = scopeProcessor
256-
)
257-
}
258-
)
250+
KJvmReplCompilerBase<ReplCodeAnalyzerBase>(hostConfiguration)
259251

260252
return JupyterCompilerImpl(
261253
SimpleReplCompiler(

0 commit comments

Comments
 (0)