Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/src/main/scala/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ object Build {
organization := "dev.guardrail",
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),

crossScalaVersions := Seq("2.12.18", "2.13.12"),
scalaVersion := "2.12.18",
crossScalaVersions := Seq("2.12.19", "2.13.12"),
scalaVersion := "2.12.19",

// early-semver was a mistake. We already have early-semver guaratees during CI, but including this in the publishing POM
// ensures that independent 0.x versions are incompatible, even though we know they are.
Expand Down