Skip to content

Commit

Permalink
Set 0.11.2 as latestVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jun 1, 2024
1 parent a776b11 commit b62a32a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions latestVersion.sbt
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
ThisBuild / latestVersion := "0.11.1"
ThisBuild / latestVersion := "0.11.2"

ThisBuild / bincompatVersions := Map(
"2.12" -> Set(
"0.11.0",
"0.11.1"
"0.11.1",
"0.11.2"
// NEXT_VERSION
),
"2.13" -> Set(
"0.11.0",
"0.11.1"
"0.11.1",
"0.11.2"
// NEXT_VERSION
),
"3" -> Set(
"0.11.0",
"0.11.1"
"0.11.1",
"0.11.2"
// NEXT_VERSION
)
)
Expand Down

0 comments on commit b62a32a

Please sign in to comment.