Skip to content

Commit

Permalink
Merge branch 'main' into update/cats-core-2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Feb 1, 2025
2 parents 175b6b8 + c6e6273 commit 5e35acc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.20", "2.13.15")
val ScalaVersions = Seq("2.12.20", "2.13.16")

object library {

Expand All @@ -11,15 +11,15 @@ object library {
val circeGenericExtras = "0.14.4"
val cats = "2.13.0"
val catsEffect = "2.5.5"
val catsEffect3 = "3.5.5"
val zio = "2.1.11"
val zio = "2.1.14"
val catsEffect3 = "3.5.7"
val zhttp = "2.0.0-RC10"
val zioInteropCats = "23.1.0.3"
val sttp = "3.10.0"
val sttp = "3.10.2"
val scalaTest = "3.2.19"
val scalaMockScalaTest = "6.0.0"
val scalaMockScalaTest = "6.1.1"
val scalaLogging = "3.9.5"
val logback = "1.5.12"
val logback = "1.5.16"
val scalajHttp = "2.4.2"
val akkaVersion = "2.6.20"
val akkaActor = akkaVersion
Expand Down

0 comments on commit 5e35acc

Please # to comment.