From 9d04db76a6217a55a5834a1c7e2ec248267bc7e1 Mon Sep 17 00:00:00 2001 From: Michael Pollmeier Date: Thu, 24 Aug 2023 09:55:02 +0200 Subject: [PATCH] update the readme - at least some parts --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c2841c9d4..2108e3832 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![CI pipeline](https://github.com/ShiftLeftSecurity/codepropertygraph/actions/workflows/push.yml/badge.svg)](https://github.com/ShiftLeftSecurity/codepropertygraph/actions/workflows/push.yml) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.shiftleft/codepropertygraph_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.shiftleft/codepropertygraph_2.13) +[![CI pipeline](https://github.com/ShiftLeftSecurity/codepropertygraph/actions/workflows/release.yml/badge.svg)](https://github.com/ShiftLeftSecurity/codepropertygraph/actions/workflows/release.yml) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.shiftleft/codepropertygraph_3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.shiftleft/codepropertygraph_3) # Code Property Graph - Specification and Tooling @@ -47,13 +47,6 @@ Additional build-time dependencies are automatically downloaded as part of the build process. To build and install into your local Maven cache, issue the command `sbt clean test publishM2`. -This repo cross-compiles to Scala 2.13.x and 3.x. The default version is -Scala 3.x which means all sbt commands will compile using Scala 3.x. -If you want to run an sbt command for both versions you need to prefix -it with a "+" like `sbt +test`. If you use an open sbt shell you can -switch the default compiler version for the duration of the shell session with `++` e.g., -`++2.13.7` and `++3.1.0`. - # Code style Code style is automatically verified by [scalafmt](https://github.com/scalameta/scalafmt)