Skip to content

Commit

Permalink
Bump base version to 1.0 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 6, 2023
1 parent f394341 commit 79a4140
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Expand Up @@ -10,7 +10,10 @@ addCommandAlias("fmtCheck", "; scalafmtCheckAll; scalafmtSbtCheck")

tlReplaceCommandAlias("prePR", "; githubWorkflowGenerate ; +fmt; bench/compile; +test")

ThisBuild / tlBaseVersion := "0.3"
ThisBuild / tlBaseVersion := "1.0"
// continue enforcing bincompat with 0.3.x series
ThisBuild / tlMimaPreviousVersions ++= (0 to 10).map(x => s"0.3.$x").toSet

ThisBuild / startYear := Some(2021)
ThisBuild / developers += tlGitHubDev("johnynek", "P. Oscar Boykin")

Expand Down

0 comments on commit 79a4140

Please sign in to comment.