Skip to content

Commit

Permalink
update repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha authored and github-actions[bot] committed Mar 1, 2024
1 parent 42a4277 commit e9dbd3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add it into in the dependencies element like so:
<dependency>
<groupId>com.github.teletha</groupId>
<artifactId>bee</artifactId>
<version>0.45.2</version>
<version>0.46.0</version>
</dependency>
```
#### [Gradle](https://gradle.org/)
Expand All @@ -66,7 +66,7 @@ repositories {
Add it into the dependencies section like so:
```gradle
dependencies {
implementation 'com.github.teletha:bee:0.45.2'
implementation 'com.github.teletha:bee:0.46.0'
}
```
#### [SBT](https://www.scala-sbt.org/)
Expand All @@ -76,7 +76,7 @@ resolvers += "jitpack" at "https://jitpack.io"
```
Add it into the libraryDependencies section like so:
```scala
libraryDependencies += "com.github.teletha" % "bee" % "0.45.2"
libraryDependencies += "com.github.teletha" % "bee" % "0.46.0"
```
#### [Leiningen](https://leiningen.org/)
Add JitPack repository at the end of repositories in your project.clj:
Expand All @@ -85,12 +85,12 @@ Add JitPack repository at the end of repositories in your project.clj:
```
Add it into the dependencies section like so:
```clj
:dependencies [[com.github.teletha/bee "0.45.2"]]
:dependencies [[com.github.teletha/bee "0.46.0"]]
```
#### [Bee](https://teletha.github.io/bee)
Add it into your project definition class like so:
```java
require("com.github.teletha", "bee", "0.45.2");
require("com.github.teletha", "bee", "0.46.0");
```
<p align="right"><a href="#top">back to top</a></p>

Expand Down

0 comments on commit e9dbd3b

Please sign in to comment.