Skip to content

Commit

Permalink
Merge branch 'master' into update/munit-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 13, 2025
2 parents 83b20bf + 3b2e360 commit 3be6239
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Scala Steward: Reformat with scalafmt 3.7.17
df4933f509193b30fb5d0654e2d16776efb9140b

# Scala Steward: Reformat with scalafmt 3.8.4
0d74d14dcb684879af3cc1738418a05d2d9893b9
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.3"
version = "3.8.4"

preset = default
align.preset = some
Expand Down
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ lazy val plugin = project
.settings(
sbtPlugin := true,
libraryDependencies ++= Seq(`swagger-parser`, swaggerCodegen),
scriptedLaunchOpts := {
scriptedLaunchOpts :=
scriptedLaunchOpts.value ++
Seq("-Xmx1024M", "-Dplugin.version=" + version.value)
},
Seq("-Xmx1024M", "-Dplugin.version=" + version.value),
scriptedBufferLog := false
)

Expand Down

0 comments on commit 3be6239

Please sign in to comment.