Skip to content

Commit

Permalink
Merge pull request #483 from innFactory/update/scalafmt-core-3.7.15
Browse files Browse the repository at this point in the history
chore: update scalafmt-core from 3.7.14 to 3.7.15
  • Loading branch information
mergify[bot] authored Oct 25, 2023
2 parents b1483eb + 24a6a86 commit 5646543
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.15
8692eba8e19ddef6ff7e7407918f95527b83719d
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.7.14
version=3.7.15
runner.dialect=scala213
maxColumn = 120
docstrings.style = Asterisk
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ lazy val api = (project in file("modules/api"))
scalaVersion := Dependencies.scalaVersion,
libraryDependencies ++= Dependencies.list,
GithubConfig.settings,
Compile / smithy4sInputDirs := Seq((ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"),
Compile / smithy4sInputDirs := Seq(
(ThisBuild / baseDirectory).value / "modules" / "api-definition" / "src" / "main" / "resources" / "META-INF" / "smithy"
),
Compile / smithy4sOutputDir := (ThisBuild / baseDirectory).value / "modules" / "api" / "src" / "main" / "scala"
)
lazy val apiDefinition = project in file("modules/api-definition")
Expand Down

0 comments on commit 5646543

Please sign in to comment.