We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00d4c7 commit e3b0c1aCopy full SHA for e3b0c1a
.gitignore
@@ -4,4 +4,5 @@
4
.idea/
5
/.kotest
6
/out/
7
-/logs/
+/logs/
8
+gradle.properties
build.gradle.kts
@@ -1,13 +1,13 @@
1
plugins {
2
java
3
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
- kotlin("jvm") version "1.4.21"
+ kotlin("jvm") version "1.6.21"
signing
`maven-publish`
}
9
group = "com.urielsalis"
10
-version = "2.0.6"
+version = "2.0.7"
11
12
val arrowVersion = "0.10.4"
13
0 commit comments