Skip to content

Commit

Permalink
Merge branch 'main' into update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Mar 29, 2024
2 parents 5ccdcc9 + f84cdc3 commit afac29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import mill._
import mill.scalalib._
import mill.scalalib.publish._

val ScalaVersions = Seq("2.12.18", "2.13.12")
val ScalaVersions = Seq("2.12.19", "2.13.13")

object library {

Expand All @@ -19,7 +19,7 @@ object library {
val scalaTest = "3.2.18"
val scalaMockScalaTest = "5.2.0"
val scalaLogging = "3.9.5"
val logback = "1.4.14"
val logback = "1.5.3"
val scalajHttp = "2.4.2"
val akkaVersion = "2.6.20"
val akkaActor = akkaVersion
Expand Down
2 changes: 1 addition & 1 deletion core/src/com/bot4s/telegram/api/RequestHandler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class RequestHandler[F[_]](implicit monadError: MonadError[F, Throwable
.rethrow
} yield result

private def sendRequestInternal[R](request: Request[R]): F[R] =
protected def sendRequestInternal[R](request: Request[R]): F[R] =
request match {
// Pure JSON requests
case s: ApproveChatJoinRequest => sendRequest[R, ApproveChatJoinRequest](s)
Expand Down

0 comments on commit afac29a

Please sign in to comment.