mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Merge pull request #1160 from eikek/fix/1140-email-import
Update binny to 0.2.1
This commit is contained in:
commit
e86b8d4c7e
@ -7,7 +7,7 @@ object Dependencies {
|
|||||||
|
|
||||||
val BcryptVersion = "0.4"
|
val BcryptVersion = "0.4"
|
||||||
val BetterMonadicForVersion = "0.3.1"
|
val BetterMonadicForVersion = "0.3.1"
|
||||||
val BinnyVersion = "0.2.0"
|
val BinnyVersion = "0.2.1"
|
||||||
val CalevVersion = "0.6.0"
|
val CalevVersion = "0.6.0"
|
||||||
val CatsParseVersion = "0.3.4"
|
val CatsParseVersion = "0.3.4"
|
||||||
val CirceVersion = "0.14.1"
|
val CirceVersion = "0.14.1"
|
||||||
@ -21,7 +21,7 @@ object Dependencies {
|
|||||||
val H2Version = "1.4.200"
|
val H2Version = "1.4.200"
|
||||||
val Http4sVersion = "0.23.6"
|
val Http4sVersion = "0.23.6"
|
||||||
val Icu4jVersion = "70.1"
|
val Icu4jVersion = "70.1"
|
||||||
val javaOtpVersion = "0.3.0"
|
val JavaOtpVersion = "0.3.0"
|
||||||
val JsoupVersion = "1.14.3"
|
val JsoupVersion = "1.14.3"
|
||||||
val JwtScalaVersion = "9.0.2"
|
val JwtScalaVersion = "9.0.2"
|
||||||
val KindProjectorVersion = "0.10.3"
|
val KindProjectorVersion = "0.10.3"
|
||||||
@ -58,7 +58,7 @@ object Dependencies {
|
|||||||
)
|
)
|
||||||
|
|
||||||
val javaOtp = Seq(
|
val javaOtp = Seq(
|
||||||
"com.eatthepath" % "java-otp" % "0.3.0"
|
"com.eatthepath" % "java-otp" % JavaOtpVersion
|
||||||
)
|
)
|
||||||
|
|
||||||
val testContainer = Seq(
|
val testContainer = Seq(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user