Skip to content

Commit

Permalink
Adjustments to tlBaseVersion & tlVersionIntroduced
Browse files Browse the repository at this point in the history
  • Loading branch information
ybasket committed Jan 25, 2024
1 parent 7845b5e commit 96bccaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "0.2"
ThisBuild / tlBaseVersion := "0.3"
ThisBuild / developers := List(
tlGitHubDev("rossabaker", "Ross A. Baker"),
tlGitHubDev("ybasket", "Yannick Heiber"),
Expand Down Expand Up @@ -66,7 +66,6 @@ lazy val csv = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "http4s-fs2-data-csv",
description := "Provides csv codecs for http4s via fs2-data",
startYear := Some(2023),
tlVersionIntroduced := Map("2.12" -> "0.2", "2.13" -> "0.2", "3" -> "0.2"),
libraryDependencies ++= Seq(
"co.fs2" %%% "fs2-core" % fs2Version,
"org.http4s" %%% "http4s-core" % http4sVersion,
Expand All @@ -85,7 +84,6 @@ lazy val cbor = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "http4s-fs2-data-cbor",
description := "Provides CBOR codecs for http4s via fs2-data",
startYear := Some(2023),
tlVersionIntroduced := Map("2.12" -> "0.2", "2.13" -> "0.2", "3" -> "0.2"),
libraryDependencies ++= Seq(
"co.fs2" %%% "fs2-core" % fs2Version,
"org.http4s" %%% "http4s-core" % http4sVersion,
Expand All @@ -103,7 +101,6 @@ lazy val json = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "http4s-fs2-data-json",
description := "Provides JSON codecs for http4s via fs2-data",
startYear := Some(2024),
tlVersionIntroduced := Map("2.12" -> "0.3", "2.13" -> "0.3", "3" -> "0.3"),
libraryDependencies ++= Seq(
"co.fs2" %%% "fs2-core" % fs2Version,
"org.http4s" %%% "http4s-core" % http4sVersion,
Expand Down

0 comments on commit 96bccaa

Please sign in to comment.