Skip to content

Commit

Permalink
bumped up gallia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-cros committed Nov 1, 2021
1 parent 2687efc commit f7c2a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
organizationName := "Gallia Project",
organization := "io.github.galliaproject", // *must* match groupId for sonatype
name := "gallia-genemania",
version := "0.3.0",
version := "0.3.1",
homepage := Some(url("https://github.com/galliaproject/gallia-genemania")),
scmInfo := Some(ScmInfo(
browseUrl = url("https://github.com/galliaproject/gallia-genemania"),
Expand All @@ -16,7 +16,7 @@ lazy val root = (project in file("."))
.settings(GalliaCommonSettings.mainSettings:_*)

// ===========================================================================
lazy val galliaVersion = "0.3.0"
lazy val galliaVersion = "0.3.1"

// ---------------------------------------------------------------------------
libraryDependencies += "io.github.galliaproject" %% "gallia-core" % galliaVersion // in turns depends on aptus-core
Expand Down

0 comments on commit f7c2a0d

Please sign in to comment.