Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ Each target provides a native `fable_actor_platform` module implementing `IActor
sub-namespaces into nested `Sinks/src/` directories that rebar3 never compiles, which breaks
Scriptorium.Parchment on BEAM
- Fable.Core 5.0.0 (library) / 5.2.0 (test projects, required by Scriptorium)
- fable-library 5.11+ (Python target)
- fable-library 5.13+ (Python target)
- Scriptorium.Quill 0.5.1 + Scriptorium.Nib 0.4.1 (test projects only)
2 changes: 1 addition & 1 deletion examples/timeflies-beam/src/Timeflies.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../timeflies/src/Timeflies.Common.fsproj" />
<PackageReference Include="Fable.Beam" Version="5.0.0-rc.30" />
<PackageReference Include="Fable.Beam" Version="5.0.0-rc.34" />
<PackageReference Include="Fable.Beam.Cowboy" Version="5.0.0-rc.24" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/timeflies-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name = "timeflies-python"
version = "0.1.0"
requires-python = ">= 3.12"
dependencies = [
"fable-library>=5.11.0",
"fable-library>=5.13.0",
"tk>=0.1.0",
]
Loading
Loading