Skip to content

Commit

Permalink
Dependencies: Update scalafmt-core from 3.7.15 to 3.7.17 (#627)
Browse files Browse the repository at this point in the history
Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
alexklibisz-scala-steward[bot] authored Dec 7, 2023
1 parent 99e1cf7 commit c4fc3b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 @@ ba1f8fba55134eb2799584c17fb67e691b909cab

# Scala Steward: Reformat with scalafmt 2.7.5
e17a81086974a6995b7376969d7920b7984d1abd

# Scala Steward: Reformat with scalafmt 3.7.17
e12c5d54d1c1cf314f34ec67d5e7ff24ba8657c7
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "3.7.15"
version = "3.7.17"
maxColumn = 140
runner.dialect = scala213
9 changes: 4 additions & 5 deletions project/ElasticsearchPluginPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import java.nio.file.Files
import java.util.zip.GZIPInputStream
import scala.sys.process.Process

/** SBT plugin providing functionality to run and build an Elasticsearch plugin.
* Also see:
* https://github.com/elastic/elasticsearch/blob/7ad3cf0d34/build-tools/src/main/java/org/elasticsearch/gradle/plugin/PluginBuildPlugin.java,
* build.sbt file in https://github.com/shikhar/eskka
/** SBT plugin providing functionality to run and build an Elasticsearch plugin. Also see:
* https://github.com/elastic/elasticsearch/blob/7ad3cf0d34/build-tools/src/main/java/org/elasticsearch/gradle/plugin/PluginBuildPlugin.java,
* build.sbt file in https://github.com/shikhar/eskka
*/
object ElasticsearchPluginPlugin extends AutoPlugin {

Expand All @@ -25,7 +24,7 @@ object ElasticsearchPluginPlugin extends AutoPlugin {
override lazy val projectSettings: Seq[Def.Setting[_]] = List(
libraryDependencies ++= Seq(
"org.elasticsearch" % "elasticsearch" % elasticsearchVersion.value
exclude("org.elasticsearch", "elasticsearch-preallocate") // https://github.com/elastic/elasticsearch/issues/96360
exclude ("org.elasticsearch", "elasticsearch-preallocate") // https://github.com/elastic/elasticsearch/issues/96360
),
cleanFiles ++= Seq(
elasticsearchPluginDistributionDirectory.value,
Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")


0 comments on commit c4fc3b8

Please sign in to comment.