Skip to content

Commit

Permalink
Release 5.7.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Jun 9, 2023
1 parent d55fc8d commit d67388a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<p align="center">
<a href="https://core.telegram.org/bots/api#recent-changes" title="Telegram Bot API">
<img src="https://img.shields.io/badge/Bot%20API-6.6%20(March%209,%202023)-00aced.svg"/>
<img src="https://img.shields.io/badge/Bot%20API-6.7%20(April%2021,%202023)-00aced.svg"/>
</a>
<a href="https://t.me/bot4s_updates" title="Bot4s Telegram Channel">
<img src="https://img.shields.io/badge/💬%20Channel-Bot4s-00aced.svg"/>
Expand Down
14 changes: 8 additions & 6 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ val ScalaVersions = Seq("2.12.16", "2.13.11")
object library {

object Version {
val circe = "0.14.3"
val circe = "0.14.5"
val circeGenericExtras = "0.14.3"
val cats = "2.9.0"
val catsEffect = "2.5.5"
val catsEffect3 = "3.5.0"
val zio = "2.0.5"
val zio = "2.0.15"
val zhttp = "2.0.0-RC10"
val zioInteropCats = "22.0.0.0"
val zioInteropCats = "23.0.0.6"
val sttp = "3.8.15"
val scalaTest = "3.2.16"
val scalaMockScalaTest = "5.2.0"
Expand All @@ -23,7 +24,7 @@ object library {
val akkaVersion = "2.6.20"
val akkaActor = akkaVersion
val akkaStream = akkaVersion
val akkaHttp = "10.2.10"
val akkaHttp = "10.5.2"
val akkaTestkit = akkaVersion
val akkaHttpCors = "1.2.0"
val hammock = "0.11.3"
Expand Down Expand Up @@ -54,7 +55,7 @@ object library {
val logback = ivy"ch.qos.logback:logback-classic::${Version.logback}"
val circeCore = ivy"io.circe::circe-core::${Version.circe}"
val circeGeneric = ivy"io.circe::circe-generic::${Version.circe}"
val circeGenericExtras = ivy"io.circe::circe-generic-extras::${Version.circe}"
val circeGenericExtras = ivy"io.circe::circe-generic-extras::${Version.circeGenericExtras}"
val circeParser = ivy"io.circe::circe-parser::${Version.circe}"
val circeLiteral = ivy"io.circe::circe-literal::${Version.circe}"
val catsCore = ivy"org.typelevel::cats-core::${Version.cats}"
Expand Down Expand Up @@ -251,7 +252,8 @@ object examples extends Module {
library.asyncHttpClientBackendZio,
library.zio,
library.zhttp,
library.zioInteropCats
library.zioInteropCats,
library.catsEffect3
)
}

Expand Down

0 comments on commit d67388a

Please sign in to comment.