Skip to content

Commit

Permalink
Change Java and Scala installation advice to use library-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Feb 7, 2024
1 parent 615d27d commit 629d62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/libraries/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To add the Pathling library to your project, add the following to
your [SBT](https://www.scala-sbt.org/) configuration:

```scala
libraryDependencies += "au.csiro.pathling" % "library-api" % "[version]"
libraryDependencies += "au.csiro.pathling" % "library-runtime" % "[version]"
```

### Java
Expand All @@ -50,7 +50,7 @@ your `pom.xml`:
```xml
<dependency>
<groupId>au.csiro.pathling</groupId>
<artifactId>library-api</artifactId>
<artifactId>library-runtime</artifactId>
<version>[version]</version>
</dependency>
```
Expand Down

0 comments on commit 629d62c

Please sign in to comment.