Skip to content

Commit 3a8ccc3

Browse files
committed
Setting version to 0.6.3
1 parent b9560f8 commit 3a8ccc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Actions Build](https://github.com/plokhotnyuk/fast-string-interpolator/workflows/build/badge.svg)](https://github.com/plokhotnyuk/fast-string-interpolator/actions)
44
[![Scala Steward](https://img.shields.io/badge/Scala_Steward-helping-brightgreen.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
5-
[![Maven Central](https://img.shields.io/badge/maven--central-0.6.2-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.fsi)
5+
[![Maven Central](https://img.shields.io/badge/maven--central-0.6.3-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.fsi)
66

77
Scala macro that generates ultra-fast string interpolators.
88

@@ -21,7 +21,7 @@ Currently, it doesn't support formatting string interpolator (`f""` literal), ho
2121
Add the library to a dependency list:
2222

2323
```sbt
24-
libraryDependencies += "com.github.plokhotnyuk.fsi" %% "fsi-macros" % "0.6.2"
24+
libraryDependencies += "com.github.plokhotnyuk.fsi" %% "fsi-macros" % "0.6.3"
2525
```
2626

2727
Add import and replace prefix `s` by `fs` (or for a raw string interpolator `raw` by `fraw`):

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.6.3-SNAPSHOT"
1+
ThisBuild / version := "0.6.3"

0 commit comments

Comments
 (0)