Skip to content

Commit

Permalink
Merge pull request #884 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
mergify[bot] authored Sep 13, 2023
2 parents 1c30662 + e3e556d commit 974de0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Dependencies._
import microsites.ExtraMdFileConfig

ThisBuild / name := """fs2-rabbit"""
ThisBuild / scalaVersion := "2.13.11"
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.11", "3.3.1")
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
ThisBuild / organization := "dev.profunktor"
ThisBuild / homepage := Some(url("https://fs2-rabbit.profunktor.dev/"))
ThisBuild / licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
Expand Down

0 comments on commit 974de0e

Please sign in to comment.