Skip to content

Commit

Permalink
chore: Update tlBaseVersion to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatScalaGuy committed Jun 11, 2024
1 parent a54e827 commit 53be2fa
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 @@ -12,7 +12,7 @@ lazy val V = new {
}

// https://typelevel.org/sbt-typelevel/faq.html#what-is-a-base-version-anyway
ThisBuild / tlBaseVersion := "0.3" // your current series x.y
ThisBuild / tlBaseVersion := "0.4" // your current series x.y

ThisBuild / organization := "de.thatscalaguy"
ThisBuild / organizationName := "ThatScalaGuy"
Expand Down

0 comments on commit 53be2fa

Please sign in to comment.