Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/4-queryresultrow-does-not-instantia…
Browse files Browse the repository at this point in the history
…te-the-row-data
  • Loading branch information
benedeki authored Aug 16, 2024
2 parents 70a5cc0 + 7971646 commit 34ca66e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Balta

Scala library to used for writing Postgres DB code tests.
Balta makes testing DB entities from Scala easier. It's primarily focused on testing the behavior of [Postgres functions](https://www.postgresql.org/docs/current/xfunc.html).

---

### Build Status

[![Build](https://github.com/AbsaOSS/balta/workflows/Build/badge.svg)](https://github.com/AbsaOSS/fa-db/actions)
[![Build](https://github.com/AbsaOSS/balta/workflows/Build/badge.svg)](https://github.com/AbsaOSS/balta/actions)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/za.co.absa..db/balta_2.12/badge.svg)](https://search.maven.org/search?q=g:za.co.absa.fa-db)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/za.co.absa.db/balta_2.12/badge.svg)](https://search.maven.org/search?q=g:za.co.absa.db.balta)

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@ object QueryResultRow {
}
}.toVector
}

}
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ThisBuild / developers := List(
)
)

ThisBuild / organization := "za.co.absa.db.balta"
ThisBuild / organization := "za.co.absa.db"

ThisBuild / organizationName := "ABSA Group Limited"
ThisBuild / organizationHomepage := Some(url("https://www.absa.africa"))
Expand Down

0 comments on commit 34ca66e

Please sign in to comment.