From 7ace04aefd25ab40b0d2e580ef60d2cc4fbbd97f Mon Sep 17 00:00:00 2001 From: Jose Emilio Labra Gayo Date: Sun, 21 Apr 2024 09:32:55 +0200 Subject: [PATCH] Updated dependencies --- build.sbt | 16 ++++++++-------- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- version.sbt | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build.sbt b/build.sbt index aefd0e3..ab660e4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ -lazy val scala212 = "2.12.16" -lazy val scala213 = "2.13.8" -lazy val scala3 = "3.1.3" +lazy val scala212 = "2.12.17" +lazy val scala213 = "2.13.10" +lazy val scala3 = "3.2.1" lazy val supportedScalaVersions = List( scala3, @@ -14,12 +14,12 @@ val Java11 = JavaSpec.temurin("11") // "adopt@1.11" lazy val utilsVersion = "0.2.25" // Dependency versions -lazy val catsVersion = "2.8.0" -lazy val catsEffectVersion = "3.3.14" +lazy val catsVersion = "2.9.0" +lazy val catsEffectVersion = "3.4.4" lazy val circeVersion = "0.14.2" -lazy val declineVersion = "2.2.0" -lazy val fs2Version = "3.2.7" -lazy val http4sVersion = "0.23.12" +lazy val declineVersion = "2.4.1" +lazy val fs2Version = "3.4.0" +lazy val http4sVersion = "1.0.0-M30" lazy val jenaVersion = "4.5.0" lazy val munitVersion = "0.7.29" lazy val munitEffectVersion = "1.0.7" diff --git a/project/build.properties b/project/build.properties index b1e589d..40f4d4b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.1 \ No newline at end of file +sbt.version=1.8.0 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ae117a..1b000d5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,8 +3,8 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") // addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.5") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") // addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") diff --git a/version.sbt b/version.sbt index b1c1e46..47d90b4 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.1.124" \ No newline at end of file +ThisBuild / version := "0.1.125" \ No newline at end of file