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 84ea30d commit 3341561Copy full SHA for 3341561
build.sbt
@@ -21,7 +21,7 @@ lazy val scala_sql_formatter = crossProject(JSPlatform, JVMPlatform)
21
.in(file("."))
22
.settings(moduleName := "scala-sql-formatter", sharedSettings, publishingSettings)
23
.jvmSettings(
24
- libraryDependencies += "com.github.vertical-blank" % "sql-formatter" % "1.0"
+ libraryDependencies += "com.github.vertical-blank" % "sql-formatter" % "1.0.1"
25
)
26
.jsSettings(
27
jsDependencies += "org.webjars.npm" % "sql-formatter" % "2.3.3" / "2.3.3/dist/sql-formatter.js" commonJSName "sqlFormatter",
0 commit comments