You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: upgrade Iron from 3.0.1 to 3.2.0
- Update Iron dependency to 3.2.0 to get RefinedSubtype support
- RefinedSubtype enables implicit conversion to base types
- This allows refined types like NetworkId, AccountId, Address to be used directly where String is expected
* chore: migrate from RefinedType to RefinedSubtype
- Change all RefinedType to RefinedSubtype to work with Iron 3.2.0
- RefinedSubtype provides implicit conversion to base types
- This allows refined types to be used directly where base type is expected
Note: db-skunk module has pre-existing compilation issues with
Typer.Strategy that are unrelated to Iron upgrade
* fix: update Typer.Strategy to TypingStrategy for Skunk 1.0.0-M11
- Skunk 1.0.0-M11 renamed Typer.Strategy to TypingStrategy
- Move from Typer.Strategy.BuiltinsOnly to TypingStrategy.BuiltinsOnly
- Move from Typer.Strategy.SearchPath to TypingStrategy.SearchPath
* chore: run scalafmt
* chore: add sbt-scalafmt plugin
- Add sbt-scalafmt 2.5.5 plugin to project/plugins.sbt
- Enables scalafmtCheckAll and scalafmtAll commands in sbt
0 commit comments