Skip to content

Commit

Permalink
tlVersionIntroduced 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed May 28, 2024
1 parent 2144242 commit a7b4c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ lazy val `circe-yaml-scalayaml` = crossProject(JSPlatform, JVMPlatform, NativePl
"org.virtuslab" %%% "scala-yaml" % "0.0.8",
"org.scalatest" %%% "scalatest" % Versions.scalaTest % Test
),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.14.3").toMap
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.15.2").toMap
)

ThisBuild / developers := List(
Expand Down

0 comments on commit a7b4c20

Please sign in to comment.