Skip to content

Commit

Permalink
more fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Sep 25, 2024
1 parent 455ee9f commit 7ab5238
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ val ScalaVersions = Seq(Scala213, Scala3)
val Scala3Settings = Seq(crossScalaVersions := ScalaVersions)

val akkaVersion = "2.10.0-M1"
val AkkaBinaryVersionForDocs = VersionNumber(akkaVersion).numbers match { case Seq(major, minor, _*) => s"$major.$minor" }
val AkkaBinaryVersionForDocs = VersionNumber(akkaVersion).numbers match {
case Seq(major, minor, _*) => s"$major.$minor"
}

// Keep .scala-steward.conf pin in sync
val kafkaVersion = "3.7.1"
Expand Down

0 comments on commit 7ab5238

Please sign in to comment.