Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pseuco
pseuco-ide
Commits
9914d1f5
Verified
Commit
9914d1f5
authored
Apr 18, 2019
by
Konstantin Kopper
Browse files
Kotlin 1.3.30 and some dependency upgrades
parent
9f2026fb
Pipeline
#7243
passed with stages
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle.kts
View file @
9914d1f5
...
...
@@ -7,7 +7,7 @@ if (!JavaVersion.current().isJava8Compatible)
error
(
"Only JDK 8 or newer is supported!"
)
plugins
{
kotlin
(
"jvm"
)
version
"1.3.
21
"
kotlin
(
"jvm"
)
version
"1.3.
30
"
id
(
"org.jetbrains.dokka"
)
version
"0.9.18"
}
...
...
@@ -16,9 +16,9 @@ repositories {
maven
{
url
=
uri
(
"https://dl.bintray.com/kotlin/kotlinx"
)
}
}
val
ktorVersion
=
"1.1.
3
"
val
junitVersion
=
"5.4.
1
"
val
aspectjVersion
=
"1.9.
2
"
val
ktorVersion
=
"1.1.
4
"
val
junitVersion
=
"5.4.
2
"
val
aspectjVersion
=
"1.9.
3
"
dependencies
{
// The pseuco-java-compiler
...
...
@@ -28,7 +28,7 @@ dependencies {
implementation
(
kotlin
(
"stdlib-jdk8"
))
// Coroutines
implementation
(
"org.jetbrains.kotlinx"
,
"kotlinx-coroutines-core"
,
"1.
1.1
"
)
implementation
(
"org.jetbrains.kotlinx"
,
"kotlinx-coroutines-core"
,
"1.
2.0
"
)
// OpenJFX
if
(
JavaVersion
.
current
().
isJava11Compatible
)
{
...
...
@@ -55,7 +55,7 @@ dependencies {
implementation
(
"io.ktor"
,
"ktor-freemarker"
,
ktorVersion
)
// http4k WebSocket client library
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.13
0
.0"
)
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.13
6
.0"
)
// AspectJ runtime
runtimeOnly
(
"org.aspectj"
,
"aspectjrt"
,
aspectjVersion
)
...
...
@@ -67,7 +67,7 @@ dependencies {
testImplementation
(
"org.junit.jupiter"
,
"junit-jupiter-params"
,
junitVersion
)
testRuntimeOnly
(
"org.junit.jupiter"
,
"junit-jupiter-engine"
,
junitVersion
)
testImplementation
(
"org.mockito"
,
"mockito-junit-jupiter"
,
"2.2
5.1
"
)
testImplementation
(
"org.mockito"
,
"mockito-junit-jupiter"
,
"2.2
7.0
"
)
}
version
=
"2.0.1"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment