From 44c9ec0b4e82b5b00e1b6363aa53c1aafe8b33a9 Mon Sep 17 00:00:00 2001 From: "Jiahui (Jerry) Tan" <66892505+Friendseeker@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:12:34 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b90b805..f3f2c8b8 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,7 @@ recognized by IDEA. Add to your `build.sbt` ```scala -resolvers += Resolver.url("jb-bintray", url("https://dl.bintray.com/jetbrains/sbt-plugins"))(Resolver.ivyStylePatterns) - -libraryDependencies += "org.jetbrains" %% "sbt-structure-core" % "" +libraryDependencies += "org.jetbrains.scala" %% "sbt-structure-core" % "" ``` Then run extractor or get XML of the structure any other way and deserialize it: @@ -55,7 +53,7 @@ Extractor can be run as a regular sbt plugin, or loaded into the build during an The quickest way to try out the extractor is by adding it to your build in `project/plugins.sbt` as an sbt plugin: ```scala -addSbtPlugin("org.jetbrains" % "sbt-structure-extractor" % "") +addSbtPlugin("org.jetbrains.scala" % "sbt-structure-extractor" % "", "1.3") ``` Then from the sbt shell run: