From aa28e99add2793c379aef42a649182c7d3d39d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Wed, 25 Oct 2023 18:08:42 +0100 Subject: [PATCH 1/2] Update README.md update addCompilerPlugin instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe76ebd..8b07d7c 100644 --- a/README.md +++ b/README.md @@ -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.0.0") +addCompilerPlugin("ch.epfl.scala" %% "scalac-profiling" % "1.1.0-RC1" cross CrossVersion.full) ``` ## How to use From 6a34bd533a457c55ce200c1ca66c7a990c139842 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 25 Oct 2023 15:00:45 -0700 Subject: [PATCH 2/2] don't put version number in readme so we don't have to keep updating it. the GitHub web UI does a good job of foreground this information, these days --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b07d7c..988481c 100644 --- a/README.md +++ b/README.md @@ -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" % "" cross CrossVersion.full) ``` ## How to use