Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Aug 16, 2023
1 parent dd8b5aa commit 3046d77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,17 @@ To achieve this goal, `Fly4s` use the typelevel libraries `cats` and `cats-effec
- [Useful links](#useful-links)
---

### Adopters
If you are using Fly4s in your company, please let me know and I'll add it to the list!

### Getting started
Fly4s supports Scala 2.13 and 3.
The first step, import the `Fly4s` library in our SBT project.
So, add the dependency in your `build.sbt` file.
Fly4s depends on Flyway, so we'll have access to Flyway as well

```sbt
libraryDependencies += "com.github.geirolz" %% "fly4s-core" % "0.0.18"
libraryDependencies += "com.github.geirolz" %% "fly4s-core" % "0.0.19"
```

### Migrations files
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ To achieve this goal, `Fly4s` use the typelevel libraries `cats` and `cats-effec
- [Useful links](#useful-links)
---

### Adopters
If you are using Fly4s in your company, please let me know and I'll add it to the list!

### Getting started
Fly4s supports Scala 2.13 and 3.
The first step, import the `Fly4s` library in our SBT project.
Expand Down

0 comments on commit 3046d77

Please sign in to comment.