Skip to content

Commit

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

import org.scalafmt.community.common.CommunityRepoSuite

import scala.meta._

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

class CommunityScalaz_7_2_Suite extends CommunityScalazSuite("scalaz-7.2") {

override protected def builds =
Seq(getBuild("v7.2.36", dialects.Scala213, 417))

}

class CommunityScalaz_7_3_Suite extends CommunityScalazSuite("scalaz-7.3") {

override protected def builds = Seq(getBuild("v7.3.8", dialects.Scala213, 420))

}

0 comments on commit 772056c

Please sign in to comment.