Skip to content

Commit

Permalink
don't put version number in readme
Browse files Browse the repository at this point in the history
so we don't have to keep updating it. the GitHub web UI does
a good job of foreground this information, these days
  • Loading branch information
SethTisue committed Oct 25, 2023
1 parent aa28e99 commit 6a34bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add `scalac-profiling` in any sbt project by specifying the following project
setting.

```scala
addCompilerPlugin("ch.epfl.scala" %% "scalac-profiling" % "1.1.0-RC1" cross CrossVersion.full)
addCompilerPlugin("ch.epfl.scala" %% "scalac-profiling" % "<version>" cross CrossVersion.full)
```

## How to use
Expand Down

0 comments on commit 6a34bd5

Please sign in to comment.