Skip to content

Commit 6bdf9dd

Browse files
update readme version
1 parent 60e5b7d commit 6bdf9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This is a bridge to these libraries.
1515
### Scala (on JVM)
1616

1717
```sbt
18-
libraryDependencies += "com.github.vertical-blank" %% "scala-sql-formatter" % "1.0.0"
18+
libraryDependencies += "com.github.vertical-blank" %% "scala-sql-formatter" % "1.0.1"
1919
```
2020

2121
### Scala.js
2222

2323
```sbt
24-
libraryDependencies += "com.github.vertical-blank" %%% "scala-sql-formatter" % "1.0.0"
24+
libraryDependencies += "com.github.vertical-blank" %%% "scala-sql-formatter" % "1.0.1"
2525

2626
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }
2727
```

0 commit comments

Comments
 (0)