Skip to content

Commit

Permalink
CommunitySuite: add versions of Akka
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Oct 3, 2024
1 parent bef58bf commit a69f6e7
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package org.scalafmt.community.other

import org.scalafmt.community.common.CommunityRepoSuite

import scala.meta._

abstract class CommunityAkkaSuite(name: String)
extends CommunityRepoSuite("https://github.com/akka/akka.git", name)

class CommunityAkka_2_9_Suite extends CommunityAkkaSuite("akka-2.9") {

override protected def builds = Seq(getBuild(
"v2.9.6",
dialects.Scala213,
1401,
excluded = "glob:**/scripts/*" :: Nil,
))

}

0 comments on commit a69f6e7

Please sign in to comment.