Skip to content

Commit

Permalink
Restore lost developer info
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 30, 2023
1 parent aa0f6a8 commit a544465
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
ThisBuild / tlBaseVersion := "0.14"
ThisBuild / startYear := Some(2017)
ThisBuild / developers ++= List(
Developer(
"travisbrown",
"Travis Brown",
"travisrobertbrown@gmail.com",
url("https://twitter.com/travisbrown")
)
)

val circeVersion = "0.14.3"
val fs2Version = "3.5.0"
Expand Down

0 comments on commit a544465

Please sign in to comment.