Skip to content

Commit

Permalink
Make fully cross-versioned release
Browse files Browse the repository at this point in the history
So, instead of releasing `play-json-extensions_2.13`, as I incorrectly did
with v1.0.0, we'll release:

* `play-json-extensions_2.13.14`
* `play-json-extensions_2.13.15`

See scala/bug#12862 (comment)
  • Loading branch information
rtyley committed Nov 5, 2024
1 parent bdcfe0b commit af93629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ organization := "com.gu"
name := "play-json-extensions"
scalaVersion := "2.13.15"
crossScalaVersions := (14 to scalaVersion.value.split('.').last.toInt).map(minor => s"2.13.$minor")
crossVersion := CrossVersion.full // see https://github.com/scala/bug/issues/12862#issuecomment-2457553135
description := "Additional type classes for the play-json serialization library"

startYear := Some(2015)
Expand Down

0 comments on commit af93629

Please sign in to comment.