Skip to content

Commit fbaa17f

Browse files
authored
Make Spark-Commons releasable under new Maven central repository (#119)
Closes #118 Release Notes: - Updated `sbt.version` to `1.11.5` for release. - Updated Developers - Updated `sbt-ci-release` to `1.11.2` - Updated `scala213 = "2.13.13"`
1 parent 3459732 commit fbaa17f

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / organization := "za.co.absa"
1717

1818
lazy val scala211 = "2.11.12"
1919
lazy val scala212 = "2.12.18"
20-
lazy val scala213 = "2.13.11"
20+
lazy val scala213 = "2.13.13"
2121
lazy val spark2 = "2.4.8"
2222
lazy val spark32 = "3.2.4"
2323
lazy val spark33 = "3.3.2"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
#
1515

16-
sbt.version=1.6.2
16+
sbt.version=1.11.5

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* limitations under the License.
1414
*/
1515

16-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
16+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
1717

1818
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
1919

publish.sbt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ ThisBuild / developers := List(
4848
email = "[email protected]",
4949
url = url("https://github.com/AdrianOlosutean")
5050
),
51+
Developer(
52+
id = "ABLL526",
53+
name = "Liam Leibrandt",
54+
email = "[email protected]",
55+
url = url("https://github.com/ABLL526")
56+
),
57+
Developer(
58+
id = "jakipatryk",
59+
name = "Bartlomiej Baj",
60+
email = "[email protected]",
61+
url = url("https://github.com/jakipatryk")
62+
),
5163
Developer(
5264
id = "lsulak",
5365
name = "Ladislav Sulak",

0 commit comments

Comments
 (0)