Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pseuco-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseuco
pseuco-ide
Commits
929325cc
Verified
Commit
929325cc
authored
Jun 24, 2019
by
Konstantin Kopper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kotlin 1.3.40 and some dependency upgrades
parent
65acde61
Pipeline
#7651
passed with stages
in 6 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
build.gradle.kts
build.gradle.kts
+6
-6
src/test/resources/pseuco-tests
src/test/resources/pseuco-tests
+1
-1
No files found.
build.gradle.kts
View file @
929325cc
...
...
@@ -7,8 +7,8 @@ if (!JavaVersion.current().isJava8Compatible)
error
(
"Only JDK 8 or newer is supported!"
)
plugins
{
kotlin
(
"jvm"
)
version
"1.3.
31
"
id
(
"kotlinx-serialization"
)
version
"1.3.
31
"
kotlin
(
"jvm"
)
version
"1.3.
40
"
id
(
"kotlinx-serialization"
)
version
"1.3.
40
"
id
(
"org.jetbrains.dokka"
)
version
"0.9.18"
}
...
...
@@ -17,7 +17,7 @@ repositories {
maven
{
url
=
uri
(
"https://dl.bintray.com/kotlin/kotlinx"
)
}
}
val
ktorVersion
=
"1.2.
1
"
val
ktorVersion
=
"1.2.
2
"
val
junitVersion
=
"5.4.2"
val
aspectjVersion
=
"1.9.4"
...
...
@@ -29,10 +29,10 @@ dependencies {
implementation
(
kotlin
(
"stdlib-jdk8"
))
// Coroutines
implementation
(
"org.jetbrains.kotlinx"
,
"kotlinx-coroutines-core"
,
"1.2.
1
"
)
implementation
(
"org.jetbrains.kotlinx"
,
"kotlinx-coroutines-core"
,
"1.2.
2
"
)
// Kotlin serialization
implementation
(
"org.jetbrains.kotlinx"
,
"kotlinx-serialization-runtime"
,
"0.11.
0
"
)
implementation
(
"org.jetbrains.kotlinx"
,
"kotlinx-serialization-runtime"
,
"0.11.
1
"
)
// OpenJFX
if
(
JavaVersion
.
current
().
isJava11Compatible
)
{
...
...
@@ -59,7 +59,7 @@ dependencies {
implementation
(
"io.ktor"
,
"ktor-freemarker"
,
ktorVersion
)
// http4k WebSocket client library
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.15
4
.1"
)
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.15
7
.1"
)
// AspectJ runtime
runtimeOnly
(
"org.aspectj"
,
"aspectjrt"
,
aspectjVersion
)
...
...
pseuco-tests
@
d9eba383
Compare
49428dd6
...
d9eba383
Subproject commit
49428dd6e424559c3d12fe6fc4fe7853d43385f7
Subproject commit
d9eba383c85e0b12cfa321cc85ad7436560e7fec
Write
Preview
Markdown
is supported
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