Skip to content

Commit

Permalink
Remove tlBaseVersionIntroduced
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmay committed Nov 1, 2023
1 parent 669f775 commit abd9487
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ lazy val `circe-yaml-common` = project
description := "Library for converting between SnakeYAML's AST (YAML 1.1) and circe's AST",
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % Versions.circe
),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.14.3").toMap
)
)

lazy val `circe-yaml` = project
Expand Down Expand Up @@ -70,8 +69,7 @@ lazy val `circe-yaml-v12` = project
"org.scalacheck" %% "scalacheck" % Versions.scalaCheck % Test,
"org.scalatest" %% "scalatest" % Versions.scalaTest % Test,
"org.scalatestplus" %% "scalacheck-1-16" % Versions.scalaTestPlus % Test
),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.14.3").toMap
)
)

ThisBuild / developers := List(
Expand Down

0 comments on commit abd9487

Please sign in to comment.