Skip to content

Commit

Permalink
Update README.md to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halotukozak authored Jun 12, 2024
1 parent 6212d35 commit a6e8e53
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 @@ -13,7 +13,7 @@ Do not take this project seriously, first of all I wanted to learn some mechanis
Add the following to your build.sbt:

```scala
libraryDependencies += "halotukozak" %% "smark" % "0.1.0-SNAPSHOT"
libraryDependencies += "halotukozak" %% "smark" % "0.2.0"
```

Then you can use Smark in your Scala 3 project:
Expand Down Expand Up @@ -193,4 +193,4 @@ is used to generate text with different styles during compilation.
## More examples

+ [IntegrationTest.scala](https://github.com/halotukozak/Smark/blob/master/src/test/scala/integration/IntegrationTest.scala)
+ [Readme.scala](https://github.com/halotukozak/Smark/blob/master/src/test/scala/integration/Readme.scala)
+ [Readme.scala](https://github.com/halotukozak/Smark/blob/master/src/test/scala/integration/Readme.scala)

0 comments on commit a6e8e53

Please sign in to comment.