We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e5b7d commit 6bdf9ddCopy full SHA for 6bdf9dd
readme.md
@@ -15,13 +15,13 @@ This is a bridge to these libraries.
15
### Scala (on JVM)
16
17
```sbt
18
-libraryDependencies += "com.github.vertical-blank" %% "scala-sql-formatter" % "1.0.0"
+libraryDependencies += "com.github.vertical-blank" %% "scala-sql-formatter" % "1.0.1"
19
```
20
21
### Scala.js
22
23
24
-libraryDependencies += "com.github.vertical-blank" %%% "scala-sql-formatter" % "1.0.0"
+libraryDependencies += "com.github.vertical-blank" %%% "scala-sql-formatter" % "1.0.1"
25
26
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) }
27
0 commit comments