Skip to content

Commit 8d6ac76

Browse files
authored
update sbt and sbt-typelevel (RustedBones#160)
1 parent 5fd7f5c commit 8d6ac76

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

build.sbt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ val username = "RustedBones"
33
val repo = "pekko-http-metrics"
44
val githubUrl = s"https://github.com/$username/$repo"
55

6-
ThisBuild / tlBaseVersion := "2.0"
7-
ThisBuild / organization := "fr.davit"
8-
ThisBuild / organizationName := "Michel Davit"
9-
ThisBuild / startYear := Some(2019)
10-
ThisBuild / licenses := Seq(License.Apache2)
11-
ThisBuild / homepage := Some(url(githubUrl))
12-
ThisBuild / scmInfo := Some(ScmInfo(url(githubUrl), s"[email protected]:$username/$repo.git"))
13-
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy
14-
ThisBuild / developers := List(
6+
ThisBuild / tlBaseVersion := "2.0"
7+
ThisBuild / organization := "fr.davit"
8+
ThisBuild / organizationName := "Michel Davit"
9+
ThisBuild / startYear := Some(2019)
10+
ThisBuild / licenses := Seq(License.Apache2)
11+
ThisBuild / homepage := Some(url(githubUrl))
12+
ThisBuild / scmInfo := Some(ScmInfo(url(githubUrl), s"[email protected]:$username/$repo.git"))
13+
ThisBuild / developers := List(
1514
Developer(
1615
id = s"$username",
1716
name = "Michel Davit",

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.7")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.7")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0")

0 commit comments

Comments
 (0)