Skip to content

Commit

Permalink
Update Scala version and some dependencies
Browse files Browse the repository at this point in the history
Updating sbt-typelevel breaks the docs, and will take more time to fix.
  • Loading branch information
noelwelsh committed Mar 12, 2024
1 parent 45cc8ae commit fcab368
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.9

0 comments on commit fcab368

Please sign in to comment.