Skip to content

Commit 6c100ac

Browse files
author
James Santucci
committed
remove unused
1 parent 9bf6675 commit 6c100ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.sbt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,9 @@ addCommandAlias(
1212
addCommandAlias("ci-docs", ";github; mdoc; headerCreateAll")
1313
addCommandAlias("ci-publish", ";github; ci-release")
1414

15-
def scalaVersionSuffix(scalaVersion: String) = CrossVersion.partialVersion(scalaVersion) match {
16-
case Some((2, 12)) => "2.12"
17-
case Some((2, 13)) => "2.13"
18-
case s => throw new Exception("$s")
19-
}
20-
2115
lazy val V = new {
2216
val cats: String = "2.7.0"
2317
val catsEffect: String = "3.3.4"
24-
val collectioncompat: String = "2.6.0"
2518
val github4s: String = "0.30.0"
2619
val http4s: String = "0.23.8"
2720
val runtime: String = "0.7.0"

0 commit comments

Comments
 (0)