Skip to content

Commit

Permalink
retract base version
Browse files Browse the repository at this point in the history
  • Loading branch information
CJSmith-0141 committed Dec 22, 2023
1 parent f329241 commit d1b527f
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 @@ -31,7 +31,7 @@ ThisBuild / tlJdkRelease := Option(8)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowScalaVersions := Seq("3", "2.13")
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / tlBaseVersion := "0.6"
ThisBuild / tlBaseVersion := "0.5"
ThisBuild / tlSonatypeUseLegacyHost := false

lazy val `fs2-pgp-root` = (project in file("."))
Expand Down

0 comments on commit d1b527f

Please sign in to comment.