Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: David Geirola <[email protected]>
  • Loading branch information
scala-steward and geirolz authored Sep 10, 2024
1 parent 34aa8af commit da53f7f
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.19", "2.13.14", "3.3.3")
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.14", "3.3.3")
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / organization := "dev.profunktor"
ThisBuild / homepage := Some(url("https://fs2-rabbit.profunktor.dev/"))
Expand Down

0 comments on commit da53f7f

Please sign in to comment.