Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Boerman committed Dec 23, 2024
1 parent 0cf0427 commit 7ee8f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Available on [GitHub Pages](https://jannyboy11.github.io/ScalaPluginLoader/javad
##### SBT
```scala
resolvers += "jannyboy11-minecraft-repo" at "https://repo.repsy.io/mvn/jannyboy11/minecraft"
libraryDependencies += "com.janboerman.scalaloader" % "ScalaLoader" % "0.18.15-SNAPSHOT" % "provided"
libraryDependencies += "com.janboerman.scalaloader" % "ScalaLoader" % "0.18.14-SNAPSHOT" % "provided"
```

##### Maven
Expand All @@ -178,7 +178,7 @@ libraryDependencies += "com.janboerman.scalaloader" % "ScalaLoader" % "0.18.15-S
<dependency>
<groupId>com.janboerman.scalaloader</groupId>
<artifactId>ScalaLoader</artifactId>
<version>0.18.15-SNAPSHOT</version>
<version>0.18.14-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit 7ee8f8b

Please sign in to comment.