Skip to content

Commit

Permalink
Fix circular dependency with property sets
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jul 22, 2024
1 parent 78954b8 commit 11c9f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix circular dependency with property sets

## [0.30.1] - 2024-07-01

### Changed
- Update dependencies

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ final case class PropertySet(
object PropertySets {

/** A property set with all supported properties. */
implicit val AllProperties: PropertySet = PropertySet(
lazy implicit val AllProperties: PropertySet = PropertySet(
ArraySchema.AllProperties,
BooleanSchema.AllProperties,
IntegerSchema.AllProperties,
Expand Down

0 comments on commit 11c9f79

Please sign in to comment.