mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
8 lines
275 B
TOML
8 lines
275 B
TOML
#TODO missing script for sbt
|
|
# probable build instructions: https://github.com/scala/scala3#building-a-local-distribution
|
|
[source]
|
|
tar = "https://github.com/scala/scala3/releases/download/3.3.7/scala3-3.3.7.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dev-dependencies = ["host:sbt"]
|