Skip to content

Commit

Permalink
Add ProposalStatus dynamic enum
Browse files Browse the repository at this point in the history
  • Loading branch information
toddburnside committed Jan 11, 2024
1 parent 29b1a39 commit cc33135
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 160 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ val kittensVersion = "3.1.0"
val munitVersion = "0.7.29"
val munitCatsEffectVersion = "1.0.7"
val lucumaCoreVersion = "0.91.0"
val lucumaODBSchema = "0.8.0"
val lucumaODBSchema = "0.9.0"

ThisBuild / tlBaseVersion := "0.67"
ThisBuild / tlBaseVersion := "0.69"
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / crossScalaVersions := Seq("3.3.1")
ThisBuild / tlVersionIntroduced := Map("3" -> "0.29.0")
Expand Down
Loading

0 comments on commit cc33135

Please sign in to comment.