Skip to content

Commit

Permalink
Update kamon-core, kamon-influxdb, ... to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 4, 2024
1 parent 57294b2 commit 8ae0008
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val arch = if (sys.props.get("os.arch").exists(_.startsWith("aarch64"))) "aarch
val arch_ = arch.replace("-", "_")

val pekkoVersion = "1.0.2"
val kamonVersion = "2.7.0"
val kamonVersion = "2.7.1"
val nettyVersion = "4.1.107.Final"

lazy val `lila-ws` = project
Expand Down Expand Up @@ -65,9 +65,8 @@ lazy val `lila-ws` = project
javaOptions ++= Seq("-Xms32m", "-Xmx256m")
)


addCommandAlias("prepare", "scalafixAll; scalafmtAll")
addCommandAlias(
"check",
"; scalafixAll --check ; scalafmtCheckAll",
"; scalafixAll --check ; scalafmtCheckAll"
)

0 comments on commit 8ae0008

Please sign in to comment.