From 448365f036b45715b135748c68eb603eb9bb9c91 Mon Sep 17 00:00:00 2001 From: Calvin Fernandes Date: Tue, 26 Nov 2024 19:47:04 -0500 Subject: [PATCH] Bump dependencies to latest versions --- build.sbt | 12 ++++++------ project/BuildHelper.scala | 6 +++--- project/build.properties | 2 +- project/plugins.sbt | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/build.sbt b/build.sbt index 8fe1ce71..a9396950 100644 --- a/build.sbt +++ b/build.sbt @@ -51,13 +51,13 @@ lazy val root = project unusedCompileDependenciesFilter -= moduleFilter("org.scala-js", "scalajs-library") ) -val zioVersion = "2.1.7" -val catsVersion = "2.10.0" -val catsEffectVersion = "3.5.4" +val zioVersion = "2.1.13" +val catsVersion = "2.12.0" +val catsEffectVersion = "3.5.7" val catsMtlVersion = "1.4.0" -val disciplineScalaTestVersion = "2.2.0" -val fs2Version = "3.10.2" -val scalaJavaTimeVersion = "2.5.0" +val disciplineScalaTestVersion = "2.3.0" +val fs2Version = "3.11.0" +val scalaJavaTimeVersion = "2.6.0" lazy val zioInteropTracer = crossProject(JSPlatform, JVMPlatform) .in(file("zio-interop-tracer")) diff --git a/project/BuildHelper.scala b/project/BuildHelper.scala index a5176c37..155bcbb3 100644 --- a/project/BuildHelper.scala +++ b/project/BuildHelper.scala @@ -9,9 +9,9 @@ import BuildInfoKeys._ object BuildHelper { val testDeps = Seq("org.scalacheck" %% "scalacheck" % "1.18.0" % Test) - val Scala212 = "2.12.19" - val Scala213 = "2.13.14" - val Scala3 = "3.3.3" + val Scala212 = "2.12.20" + val Scala213 = "2.13.15" + val Scala3 = "3.3.4" private val stdOptions = Seq( "-deprecation", diff --git a/project/build.properties b/project/build.properties index b485f62c..c7450fc2 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 \ No newline at end of file +sbt.version=1.10.5 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 4294e20a..a66b0897 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,14 +2,14 @@ lazy val zioSbtVersion = "0.4.0-alpha.26" addSbtPlugin("dev.zio" % "zio-sbt-website" % zioSbtVersion) addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion) -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") +addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")