Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker authored Nov 20, 2024
1 parent 5986c47 commit 44c9ec0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" % "<version>"
libraryDependencies += "org.jetbrains.scala" %% "sbt-structure-core" % "<version>"
```

Then run extractor or get XML of the structure any other way and deserialize it:
Expand All @@ -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" % "<version>")
addSbtPlugin("org.jetbrains.scala" % "sbt-structure-extractor" % "<version>", "1.3")
```

Then from the sbt shell run:
Expand Down

0 comments on commit 44c9ec0

Please sign in to comment.