Skip to content

Commit e940fb8

Browse files
committed
Updates!
1 parent ec5c791 commit e940fb8

File tree

8 files changed

+16
-7
lines changed

8 files changed

+16
-7
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ http :8080/api/fn/40156273-a6dc-4f6c-a218-1b84d5c30929
3737
links:
3838

3939
* see [YouTube: Spring Tips: Bootiful, Reactive Scala](https://www.youtube.com/watch?v=E_YZwrv-zTk)
40+
* update / [migrate Vuepress](https://v1.vuepress.vuejs.org/miscellaneous/migration-guide.html#vuepress-style-styl) 0.x -> 1.x

buildSrc/build.gradle.kts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
plugins {
1+
plugins {
2+
idea
23
`kotlin-dsl`
34
}
45

6+
idea {
7+
module {
8+
isDownloadJavadoc = false
9+
isDownloadSources = false
10+
}
11+
}
12+
513
repositories {
614
gradlePluginPortal()
715
}

buildSrc/src/main/kotlin/Globals.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Globals {
1111
const val scalaMajorVersion = "2.13" // "2.12"
1212
const val akkaStreamVersion = "2.5.23"
1313
const val gradleWrapperVersion = "5.5"
14-
const val junitJupiterVersion = "5.5.0"
14+
const val junitJupiterVersion = "5.5.1"
1515
const val reactiveStreamsVersion = "1.0.2"
1616
const val springBootVersion = "2.2.0.M4"
1717

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-5.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-rc-1-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
@@ -7,7 +7,7 @@
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@rem you may not use this file except in compliance with the License.
66
@rem You may obtain a copy of the License at
77
@rem
8-
@rem http://www.apache.org/licenses/LICENSE-2.0
8+
@rem https://www.apache.org/licenses/LICENSE-2.0
99
@rem
1010
@rem Unless required by applicable law or agreed to in writing, software
1111
@rem distributed under the License is distributed on an "AS IS" BASIS,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Maksim Kostromin <daggerok@gmail.com>",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@types/node": "12.0.10",
20+
"@types/node": "12.6.9",
2121
"cross-env": "5.2.0",
22-
"vuepress": "0.14.10"
22+
"vuepress": "1.0.3"
2323
}
2424
}

0 commit comments

Comments
 (0)