Skip to content

Commit 8be5ec5

Browse files
committed
bumped:
- kotlintest - gradle
1 parent 927be4b commit 8be5ec5

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

.idea/modules/kotlin-unsigned.iml

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
22
id 'maven'
3-
id "org.jetbrains.kotlin.jvm" version "1.3.31"
3+
id "org.jetbrains.kotlin.jvm" version "1.3.41"
44
}
55

66
ext{
77
moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
88
kotlin = 'org.jetbrains.kotlin:kotlin'
9-
kotlin_version = '1.3.31'
10-
kotlintest_version = '3.3.2'
9+
// kotlin_version = '1.3.41'
10+
kotlintest_version = '3.3.3'
1111
}
1212

1313
dependencies {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

src/main/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module com.github.kotlin_graphics.kotlin_unsigned {
2-
// requires java.base;
32
requires kotlin.stdlib;
43
// requires kotlin.stdlib.jdk8;
54

0 commit comments

Comments
 (0)