Skip to content

Commit

Permalink
feat: Refactor random data generation to use RandomProvider trait
Browse files Browse the repository at this point in the history
Replaced randomDigit and related methods with the generalized RandomProvider trait for a cleaner and more extensible design. Enhanced readability and maintainability by introducing implicit providers for common data types and improving validation logic. Updated feeder implementations and other code references to use the new randomValue abstraction.
  • Loading branch information
jigarkhwar committed Dec 10, 2024
1 parent 383d58e commit c0ab39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ThisBuild / scmInfo := Some(
),
)

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

ThisBuild / developers := List(
Developer(
Expand Down

0 comments on commit c0ab39b

Please sign in to comment.