Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object MavenUrl {

object Version {
const val bintray = "1.8.4"
const val kotlin = "1.3.30"
const val kotlin = "1.3.70"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Q] The latest version is 1.3.71, is it okay not to update latest?

const val kluent = "1.49"
const val spek = "2.0.1"
const val junitPlatform = "1.2.0"
Expand Down