Change arrow core -> arrow core data
This commit is contained in:
parent
bfd562bc60
commit
7995a0b3e0
@ -3,7 +3,7 @@
|
||||
package be.simplenotes
|
||||
|
||||
object Libs {
|
||||
const val arrowCore = "io.arrow-kt:arrow-core:0.11.0"
|
||||
const val arrowCoreData = "io.arrow-kt:arrow-core-data:0.11.0"
|
||||
const val commonsCompress = "org.apache.commons:commons-compress:1.20"
|
||||
const val flexmark = "com.vladsch.flexmark:flexmark:0.62.2"
|
||||
const val flexmarkGfmTasklist = "com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.62.2"
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
arrow/core/extensions/**
|
||||
org/checkerframework/**
|
||||
org/intellij/**
|
||||
com/google/errorprone/**
|
||||
|
||||
@ -16,7 +16,7 @@ dependencies {
|
||||
implementation(project(":simplenotes-views"))
|
||||
|
||||
implementation(Libs.koinCore)
|
||||
implementation(Libs.arrowCore)
|
||||
implementation(Libs.arrowCoreData)
|
||||
implementation(Libs.konform)
|
||||
implementation(Libs.http4kCore)
|
||||
implementation(Libs.jettyServer)
|
||||
|
||||
@ -13,7 +13,7 @@ dependencies {
|
||||
|
||||
implementation(Libs.kotlinxSerializationJson)
|
||||
implementation(Libs.koinCore)
|
||||
implementation(Libs.arrowCore)
|
||||
implementation(Libs.arrowCoreData)
|
||||
implementation(Libs.konform)
|
||||
implementation(Libs.jbcrypt)
|
||||
implementation(Libs.javaJwt)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user