Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAtDealEngine committed Sep 5, 2023
1 parent b01dd8c commit 30ee9f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://typelevel.org/sbt-typelevel/faq.html#what-is-a-base-version-anyway
ThisBuild / tlBaseVersion := "0.16" // your current series x.y
ThisBuild / tlBaseVersion := "0.17" // your current series x.y

ThisBuild / organization := "io.github.deal-engine"
ThisBuild / organizationName := "Deal Engine"
Expand All @@ -8,7 +8,8 @@ ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(
// your GitHub handle and name
tlGitHubDev("ivanmoreau", "Iván Molina Rebolledo"),
tlGitHubDev("IvanAtDealEngine", "Iván Molina Rebolledo")
tlGitHubDev("IvanAtDealEngine", "Iván Molina Rebolledo"),
tlGitHubDev("fabianhjr-dealengine", "Fabián Heredia Montiel")
)

// publish to s01.oss.sonatype.org (set to true to publish to oss.sonatype.org instead)
Expand Down Expand Up @@ -59,6 +60,7 @@ lazy val root =
`finagle-postgres`,
`finagle-postgres-shapeless`,
`finagle-postgres-quill`,
`finagle-postgres-skunk`,
`weaver-twitter-future`,
`weaver-twitter-future-core`
)
Expand Down

0 comments on commit 30ee9f4

Please sign in to comment.