https://github.com/xuwei-k/scala3profile
profile scala 3 compile
https://github.com/xuwei-k/scala3profile
compiler-plugin sbt-plugin scala
Last synced: 2 months ago
JSON representation
profile scala 3 compile
- Host: GitHub
- URL: https://github.com/xuwei-k/scala3profile
- Owner: xuwei-k
- License: mit
- Created: 2022-11-12T06:47:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T22:27:12.000Z (2 months ago)
- Last Synced: 2025-04-23T05:09:47.481Z (2 months ago)
- Topics: compiler-plugin, sbt-plugin, scala
- Language: Scala
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# scala3profile
[](https://index.scala-lang.org/xuwei-k/scala3profile/artifacts/scala3profile)
## Setup
### `project/plugins.sbt`
```scala
addSbtPlugin("com.github.xuwei-k" % "sbt-scala3profile" % "version")
```### `build.sbt`
set `NIGHTLY` Scala 3 version because `scala3profile` is `ResearchPlugin`.
- https://github.com/scala/scala3/blob/2fc299b6c6972733c7e1e46490fee8724acd3b7a/compiler/src/dotty/tools/dotc/plugins/Plugin.scala#L72
- https://github.com/scala/scala3/blob/2fc299b6c6972733c7e1e46490fee8724acd3b7a/docs/_docs/reference/changed-features/compiler-plugins.md?plain=1#L17-L21You can find latest `NIGHTLY` Scala 3 version here
https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/