File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ val username = "RustedBones"
33val repo = " pekko-http-metrics"
44val 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" ,
Original file line number Diff line number Diff line change 1- sbt.version =1.10.10
1+ sbt.version =1.11.2
Original file line number Diff line number Diff line change 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" )
You can’t perform that action at this time.
0 commit comments