I feel like building a Minecraft plugin with Scala yes I am bored
  • Scala 63.8%
  • Nix 36.2%
Find a file
2026-07-17 00:03:25 +02:00
project add scala stdlib into the final jar 2026-07-16 21:59:27 +02:00
src add notchka command (just gives you the current coordinates) 2026-07-17 00:03:25 +02:00
.gitignore initial commit 2026-07-16 21:11:25 +02:00
build.sbt use seq 2026-07-16 23:07:35 +02:00
deps.lock.json holy reproducible build 2026-07-16 23:04:36 +02:00
flake.lock holy reproducible build 2026-07-16 23:04:36 +02:00
flake.nix holy reproducible build 2026-07-16 23:04:36 +02:00
license add license 2026-07-16 22:01:31 +02:00
lockfile-config.json holy reproducible build 2026-07-16 23:04:36 +02:00
README.md initial commit 2026-07-16 21:11:25 +02:00
shell.nix holy reproducible build 2026-07-16 23:04:36 +02:00

sbt project compiled with Scala 3

Usage

This is a normal sbt project. You can compile code with sbt compile, run it with sbt run, and sbt console will start a Scala 3 REPL.

For more information on the sbt-dotty plugin, see the scala3-example-project.