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.
2 parents b28c8d7 + 3341561 commit e06189cCopy full SHA for e06189c
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