Skip to content

Commit

Permalink
Fix tlVersionIntroduced
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jan 31, 2022
1 parent 4c38e16 commit 13040ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ ThisBuild / developers := List(
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8"), JavaSpec.temurin("11"))

ThisBuild / tlVersionIntroduced := Map(
"2.12" -> "1.2.0",
"2.13" -> "1.2.0",
"3.0.0" -> "1.3.1"
"2" -> "1.2.0",
"3" -> "1.3.1"
)

val catsV = "2.7.0"
Expand Down

0 comments on commit 13040ef

Please sign in to comment.