Skip to content

Commit fa54b70

Browse files
authored
Make Login-Service releasable under new Maven central repository (#140)
Closes #138 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 381cfa1 commit fa54b70

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
@@ -18,7 +18,7 @@ import Dependencies._
1818
ThisBuild / organization := "za.co.absa"
1919

2020
lazy val scala212 = "2.12.17"
21-
lazy val scala213 = "2.13.12"
21+
lazy val scala213 = "2.13.13"
2222

2323
ThisBuild / scalaVersion := scala212
2424
ThisBuild / versionScheme := Some("early-semver")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.8.2
1+
sbt.version=1.11.5

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.4")
1717
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
18-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
18+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
1919

2020
addDependencyTreePlugin

publish.sbt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ ThisBuild / developers := List(
3636
email = "bartlomiej.baj@absa.africa",
3737
url = url("https://github.com/jakipatryk")
3838
),
39+
Developer(
40+
id = "ABLL526",
41+
name = "Liam Leibrandt",
42+
email = "liam.leibrandt@absa.africa",
43+
url = url("https://github.com/ABLL526")
44+
),
45+
Developer(
46+
id = "jakipatryk",
47+
name = "Bartlomiej Baj",
48+
email = "bartlomiej.baj@absa.africa",
49+
url = url("https://github.com/jakipatryk")
50+
),
3951
Developer(
4052
id = "TheLydonKing",
4153
name = "Lydon da Rocha",

0 commit comments

Comments
 (0)