Skip to content

Commit

Permalink
Release 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis committed May 8, 2022
1 parent a00d4c7 commit e3b0c1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.idea/
/.kotest
/out/
/logs/
/logs/
gradle.properties
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
java
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
kotlin("jvm") version "1.4.21"
kotlin("jvm") version "1.6.21"
signing
`maven-publish`
}

group = "com.urielsalis"
version = "2.0.6"
version = "2.0.7"

val arrowVersion = "0.10.4"

Expand Down

0 comments on commit e3b0c1a

Please sign in to comment.