Skip to content

Commit

Permalink
Bumped version base to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed May 10, 2022
1 parent 367af44 commit 34c4f4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ visit [Project site](https://edomata.ir/) to see tutorials and docs.
## Add to your build
Use latest version from badge above
```scala
libraryDependencies += "dev.hnaderi" %% "edomata-core" % "0.1.0"
libraryDependencies += "dev.hnaderi" %% "edomata-core" % "0.2.0"

```
or other modules
```scala
libraryDependencies += "dev.hnaderi" %% "edomata-skunk-circe" % "0.1.0"
libraryDependencies += "dev.hnaderi" %% "edomata-skunk-circe" % "0.2.0"
```
See [modules](https://edomata.ir/other/modules.html) for more info.

or for scala.js
```scala
libraryDependencies += "dev.hnaderi" %%% "edomata-core" % "0.1.0"
libraryDependencies += "dev.hnaderi" %%% "edomata-core" % "0.2.0"
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val LTSJava = JavaSpec.temurin("17")

inThisBuild(
List(
tlBaseVersion := "0.1",
tlBaseVersion := "0.2",
scalaVersion := scala3,
fork := true,
Test / fork := false,
Expand Down

0 comments on commit 34c4f4b

Please sign in to comment.