Skip to content

Commit e06189c

Browse files
authored
Merge pull request vertical-blank#42 from scala-steward/update/sql-formatter-1.0.1
Update sql-formatter to 1.0.1
2 parents b28c8d7 + 3341561 commit e06189c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy val scala_sql_formatter = crossProject(JSPlatform, JVMPlatform)
2121
.in(file("."))
2222
.settings(moduleName := "scala-sql-formatter", sharedSettings, publishingSettings)
2323
.jvmSettings(
24-
libraryDependencies += "com.github.vertical-blank" % "sql-formatter" % "1.0"
24+
libraryDependencies += "com.github.vertical-blank" % "sql-formatter" % "1.0.1"
2525
)
2626
.jsSettings(
2727
jsDependencies += "org.webjars.npm" % "sql-formatter" % "2.3.3" / "2.3.3/dist/sql-formatter.js" commonJSName "sqlFormatter",

0 commit comments

Comments
 (0)