Skip to content

Commit f33e09c

Browse files
committed
update kotlin to 1.3.72
1 parent 2b7da63 commit f33e09c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,5 @@ gradle-app.setting
183183
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
184184
# gradle/wrapper/gradle-wrapper.properties
185185

186-
/classes/
186+
/classes/
187+
/.kotlintest/spec_failures

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'cc.vileda'
22
version '0.20.2'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.41'
5+
ext.kotlin_version = '1.3.72'
66
ext.jackson_version = '2.9.9'
77

88
repositories {

0 commit comments

Comments
 (0)