We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf6675 commit 6c100acCopy full SHA for 6c100ac
build.sbt
@@ -12,16 +12,9 @@ addCommandAlias(
12
addCommandAlias("ci-docs", ";github; mdoc; headerCreateAll")
13
addCommandAlias("ci-publish", ";github; ci-release")
14
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
-
21
lazy val V = new {
22
val cats: String = "2.7.0"
23
val catsEffect: String = "3.3.4"
24
- val collectioncompat: String = "2.6.0"
25
val github4s: String = "0.30.0"
26
val http4s: String = "0.23.8"
27
val runtime: String = "0.7.0"
0 commit comments