Skip to content

Commit

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

import org.scalafmt.community.common.CommunityRepoSuite

import scala.meta._

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

class CommunityZio_2_1_Suite extends CommunityZioSuite("zio-2.1") {

override protected def builds = Seq(getBuild("v2.1.9", dialects.Scala213, 453))

}

0 comments on commit 21e1f98

Please sign in to comment.