Skip to content

Commit 7b907aa

Browse files
committed
bump sbt-typelevel for the new sonatype
1 parent ff5fca9 commit 7b907aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ThisBuild / scalaVersion := "2.12.20"
1414
ThisBuild / tlJdkRelease := Some(8)
1515
ThisBuild / tlFatalWarnings := false
1616
ThisBuild / tlCiDependencyGraphJob := false
17-
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1817

1918
ThisBuild / mergifyStewardConfig ~= (_.map(_.withMergeMinors(true)))
2019

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.7")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.0")

0 commit comments

Comments
 (0)