Skip to content

Commit

Permalink
Prepare for 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jun 16, 2023
1 parent e2a1640 commit 2bb4308
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ def moduleJvmSettings(name: String): Seq[Def.Setting[_]] =
import com.typesafe.tools.mima.core._
import com.typesafe.tools.mima.core.ProblemFilters.exclude
Seq(
exclude[DirectMissingMethodProblem]("eu.timepit.refined.api.Max.findValid"),
exclude[DirectMissingMethodProblem]("eu.timepit.refined.api.Min.findValid")
)
}
)
Expand Down
11 changes: 3 additions & 8 deletions latestVersion.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@ ThisBuild / latestVersion := "0.10.3"

ThisBuild / bincompatVersions := Map(
"2.12" -> Set(
"0.10.0",
"0.10.1",
"0.10.2",
"0.10.3"
// NEXT_VERSION
),
"2.13" -> Set(
"0.10.0",
"0.10.1",
"0.10.2",
"0.10.3"
// NEXT_VERSION
),
"3" -> Set(
// NEXT_VERSION
)
)
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ git add "$LATEST_VERSION_SBT"

git commit -a -m "Set $VERSION as latestVersion"

#git push
#git push --tags
git push
git push --tags

0 comments on commit 2bb4308

Please sign in to comment.