From fcab3686e0a8968abdd260059aca04750f47824f Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Tue, 12 Mar 2024 21:57:45 +0000 Subject: [PATCH] Update Scala version and some dependencies Updating sbt-typelevel breaks the docs, and will take more time to fix. --- build.sbt | 2 +- project/Dependencies.scala | 8 ++++---- project/build.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index c48bd22..4e7e526 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ ThisBuild / developers := List( // true by default, set to false to publish to s01.oss.sonatype.org ThisBuild / tlSonatypeUseLegacyHost := true -lazy val scala3 = "3.2.2" +lazy val scala3 = "3.3.3" ThisBuild / crossScalaVersions := List(scala3) ThisBuild / scalaVersion := crossScalaVersions.value.head diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4c4e493..4c5aa37 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,13 +5,13 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._ object Dependencies { // Library Versions - val calicoVersion = "0.2.0" - val catsVersion = "2.9.0" - val catsEffectVersion = "3.5.0" + val calicoVersion = "0.2.2" + val catsVersion = "2.10.0" + val catsEffectVersion = "3.5.4" val fs2Version = "3.6.1" val scalaJsDomVersion = "2.4.0" val swingIoVersion = "0.1.0-M1" - val magnoliaVersion = "1.3.2" + val magnoliaVersion = "1.3.4" val munitVersion = "0.7.29" diff --git a/project/build.properties b/project/build.properties index 46e43a9..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.9