Skip to content

Commit

Permalink
Set 0.11.1 as latestVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jan 26, 2024
1 parent 27f41a3 commit 71cfd8a
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,16 +1,19 @@
ThisBuild / latestVersion := "0.11.0"
ThisBuild / latestVersion := "0.11.1"

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

0 comments on commit 71cfd8a

Please sign in to comment.