Skip to content

Commit

Permalink
Cross compile to scala 3.5.x (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz authored Sep 17, 2024
1 parent 7aa7aa7 commit 7569e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import microsites.ExtraMdFileConfig

ThisBuild / name := "fs2-rabbit"
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.14", "3.3.3")
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.14", "3.3.3", "3.5.0")
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / organization := "dev.profunktor"
ThisBuild / homepage := Some(url("https://fs2-rabbit.profunktor.dev/"))
Expand Down

0 comments on commit 7569e93

Please sign in to comment.