Skip to content

Commit

Permalink
bumped version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-cros committed Feb 10, 2024
1 parent ee894d4 commit 74a3fa6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ThisBuild / organizationName := "Gallia Project"
ThisBuild / organization := "io.github.galliaproject" // *must* match groupId for sonatype
ThisBuild / organizationHomepage := Some(url("https://github.com/galliaproject"))
ThisBuild / startYear := Some(2021)
ThisBuild / version := "0.6.0-SNAPSHOT"
ThisBuild / version := "0.6.1"
ThisBuild / description := "A Scala library for data manipulation"
ThisBuild / homepage := Some(url("https://github.com/galliaproject/gallia-parquet"))
ThisBuild / licenses := Seq("Apache 2" -> url("https://github.com/galliaproject/gallia-parquet/blob/master/LICENSE"))
Expand All @@ -20,9 +20,7 @@ ThisBuild / scmInfo := Some(ScmInfo(

// ===========================================================================
lazy val root = (project in file("."))
.settings(
name := "gallia-parquet",
target := baseDirectory.value / "bin" / "parquet")
.settings(name := "gallia-parquet")
.settings(GalliaCommonSettings.mainSettings:_*)

// ===========================================================================
Expand Down

0 comments on commit 74a3fa6

Please sign in to comment.