From 86b56c3300c20c3e4c39d0dfc1291e3ac32a9e30 Mon Sep 17 00:00:00 2001 From: Thibault Czarniak Date: Wed, 11 Sep 2024 15:39:23 +0200 Subject: [PATCH] Modified version in README --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 082ecfe..59fddea 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,6 @@ * **Scala 2.13**: [![maven](https://img.shields.io/maven-central/v/io.github.dedis/scapegoat-scalafix_2.13)](https://search.maven.org/artifact/io.github.dedis/scapegoat-scalafix_2.13) -[version]: 1.0 ## Description This project is a Scalafix implementation of the Scapegoat linter for Scala 3. It contains a set of rules that can be run on Scala code to detect potential issues and bad practices. The rules are based on the Scapegoat linter for Scala 2, but have been adapted to work with Scalafix and Scala 3. @@ -20,7 +19,7 @@ For now, this project has 52 rules but more are being worked on. To install the rules, simply add the following to your `build.sbt` file: ``` -ThisBuild / scalafixDependencies += "io.github.dedis" %% "scapegoat-scalafix" % "1.1.1" +ThisBuild / scalafixDependencies += "io.github.dedis" %% "scapegoat-scalafix" % "1.1.2" ``` **The rules are compatible with Scala 2.13 and Scala 3 (tested for Scala 3.3.1).**