Skip to content

Commit

Permalink
Merge pull request #417 from Banno/update/sbt-typelevel-0.7.0
Browse files Browse the repository at this point in the history
Update sbt-typelevel, sbt-typelevel-site to 0.7.0
  • Loading branch information
samspills authored Apr 23, 2024
2 parents be1c61b + 43634f6 commit bf8e88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ inThisBuild(
"modules-ignore" -> "docs_2.12 docs_2.13 docs_3",
"configs-ignore" -> "compile-time scala-doc-tool scala-tool test"
)
)
).copy(cond = Some("github.event_name != 'pull_request'"))
),
cond = Some("github.event_name != 'pull_request'")
)
)
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val typelevelV = "0.6.7"
val typelevelV = "0.7.0"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % typelevelV)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % typelevelV)

0 comments on commit bf8e88c

Please sign in to comment.