From 41da55f1efbc24b028ff7907e97dfdb3dc97483a Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Thu, 9 May 2024 18:02:00 +0800 Subject: [PATCH] update dependencies - sbt : 1.10.0 <== 1.9.9 - http4s-{dsl, circe} : 0.23.27 <== 0.23.26 - circe-{core, generic, parser} : 0.14.7 <== 0.14.6 --- project/MornyConfiguration.scala | 10 +++++----- project/build.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/MornyConfiguration.scala b/project/MornyConfiguration.scala index d08d67a..ec405d1 100644 --- a/project/MornyConfiguration.scala +++ b/project/MornyConfiguration.scala @@ -22,8 +22,8 @@ object MornyConfiguration { "cc.sukazyo" % "resource-tools" % "0.2.2", "com.github.pengrad" % "java-telegram-bot-api" % "6.2.0", - "org.http4s" %% "http4s-dsl" % "0.23.26", - "org.http4s" %% "http4s-circe" % "0.23.26", + "org.http4s" %% "http4s-dsl" % "0.23.27", + "org.http4s" %% "http4s-circe" % "0.23.27", "org.http4s" %% "http4s-netty-server" % "0.5.16", "com.softwaremill.sttp.client3" %% "core" % "3.9.5", @@ -32,9 +32,9 @@ object MornyConfiguration { "org.typelevel" %% "case-insensitive" % "1.4.0", "com.google.code.gson" % "gson" % "2.10.1", - "io.circe" %% "circe-core" % "0.14.6", - "io.circe" %% "circe-generic" % "0.14.6", - "io.circe" %% "circe-parser" % "0.14.6", + "io.circe" %% "circe-core" % "0.14.7", + "io.circe" %% "circe-generic" % "0.14.7", + "io.circe" %% "circe-parser" % "0.14.7", "org.jsoup" % "jsoup" % "1.17.2", "com.cronutils" % "cron-utils" % "9.2.1", diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0