Skip to content

Commit

Permalink
Update scala to 3.6.2, cats to 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcerny committed Jan 15, 2025
1 parent 689ddb6 commit 80a345b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import scala.collection.immutable

ThisBuild / name := "fs2-rabbit"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / crossScalaVersions := List("2.13.15", "3.3.4", "3.5.2")
ThisBuild / crossScalaVersions := List("2.13.15", "3.3.4", "3.5.2", "3.6.2")
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / organization := "dev.profunktor"
ThisBuild / homepage := Some(url("https://fs2-rabbit.profunktor.dev/"))
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

object Version {
val cats = "2.10.0"
val cats = "2.12.0"
val catsEffect = "3.5.7"
val fs2 = "3.11.0"
val circe = "0.14.10"
Expand Down

0 comments on commit 80a345b

Please sign in to comment.