Skip to content

Commit

Permalink
Merge pull request #71 from scala-steward/update/sbt-typelevel-0.7.3
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.7.3
  • Loading branch information
hamnis authored Sep 26, 2024
2 parents 21ad3b5 + da5ec1b commit 8d55ed2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

dependency-submission:
name: Submit Dependencies
if: github.event_name != 'pull_request'
if: github.event.repository.fork == false && github.event_name != 'pull_request'
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.7.2" // https://github.com/typelevel/sbt-typelevel/releases
val sbtTypelevelVersion = "0.7.3" // https://github.com/typelevel/sbt-typelevel/releases
val sbtScoverageVersion = "2.2.0" // https://github.com/scoverage/sbt-scoverage/releases

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/scala/io/circe/sbt/CirceOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import sbt._
import scalafix.sbt.ScalafixPlugin.autoImport._
import scoverage.ScoverageSbtPlugin.autoImport._
import scoverage._
import xerial.sbt.Sonatype.autoImport._

import GenerativeKeys._
import TypelevelSettingsPlugin.autoImport._
import TypelevelCiPlugin.autoImport._
import TypelevelSonatypePlugin.autoImport._

object CirceOrgPlugin extends AutoPlugin {
object autoImport {
Expand Down Expand Up @@ -55,7 +55,7 @@ object CirceOrgPlugin extends AutoPlugin {

lazy val publishSettings: Seq[Setting[_]] =
Seq(
tlSonatypeUseLegacyHost := true,
sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy,
tlJdkRelease := Some(8)
)

Expand Down

0 comments on commit 8d55ed2

Please sign in to comment.