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
f728643d
Verified
Commit
f728643d
authored
Feb 07, 2019
by
Konstantin Kopper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kotlin 1.3.21 and some dependency upgrades
parent
970d5a35
Pipeline
#6632
failed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
build.gradle.kts
build.gradle.kts
+3
-3
No files found.
build.gradle.kts
View file @
f728643d
...
...
@@ -7,7 +7,7 @@ if (!JavaVersion.current().isJava8Compatible)
error
(
"Only JDK 8 or newer is supported!"
)
plugins
{
kotlin
(
"jvm"
)
version
"1.3.2
0
"
kotlin
(
"jvm"
)
version
"1.3.2
1
"
id
(
"org.jetbrains.dokka"
)
version
"0.9.17"
}
...
...
@@ -56,7 +56,7 @@ dependencies {
implementation
(
"io.ktor"
,
"ktor-freemarker"
,
ktorVersion
)
// http4k WebSocket client library
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.1
09.0
"
)
implementation
(
"org.http4k"
,
"http4k-client-websocket"
,
"3.1
12.1
"
)
// AspectJ runtime
runtimeOnly
(
"org.aspectj"
,
"aspectjrt"
,
aspectjVersion
)
...
...
@@ -68,7 +68,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
3.4
"
)
testImplementation
(
"org.mockito"
,
"mockito-junit-jupiter"
,
"2.2
4.0
"
)
}
version
=
"2.0"
...
...
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