Skip to content

Commit

Permalink
Release new version, and bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyay10 committed Jan 24, 2025
1 parent 58129ed commit f6e0451
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "io.github.kyay10"
version = "0.0.1"
version = "0.0.2"
}

nexusPublishing {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.configuration-cache=true
#Seems to fail with the publish plugin https://github.com/vanniktech/gradle-maven-publish-plugin/issues/259
org.gradle.configuration-cache=false
#Kotlin
kotlin.code.style=official
kotlin.js.compiler=ir
#MPP
kotlin.mpp.enableCInteropCommonization=true
#Android
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
arrow = "2.0.0"
kotest = "5.8.1"
kotest = "5.9.1"
kotlin = "2.1.0"
kotlinxCoroutinesCore = "1.8.0"
nexus-publish = "2.0.0-rc-1"
turbine = "1.1.0"
kotlinxCoroutinesCore = "1.10.1"
nexus-publish = "2.0.0"
turbine = "1.2.0"

[libraries]
arrow-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
Expand Down

0 comments on commit f6e0451

Please sign in to comment.