Skip to content

Commit

Permalink
Merge pull request #59 from scala-steward/update/sbt-typelevel-0.7.0
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.7.0
  • Loading branch information
hamnis authored Apr 21, 2024
2 parents 4c95618 + 10a6250 commit 4fd09e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.6.7" // https://github.com/typelevel/sbt-typelevel/releases
val sbtTypelevelVersion = "0.7.0" // https://github.com/typelevel/sbt-typelevel/releases
val sbtScoverageVersion = "2.0.11" // https://github.com/scoverage/sbt-scoverage/releases

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package io.circe.sbt
*/

import org.scalajs.sbtplugin.ScalaJSPlugin
import sbt.*
import sbt._
import scoverage.ScoverageSbtPlugin.autoImport._

object CirceOrgScalaJSPlugin extends AutoPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package io.circe.sbt
/**
* automatically loaded for all projects that are cross-compiled to ScalaNative, no need too reference it explicitly in builds
*/
import sbt.*
import sbt._
import scoverage.ScoverageSbtPlugin.autoImport._

import scala.scalanative.sbtplugin.ScalaNativePlugin
Expand Down

0 comments on commit 4fd09e5

Please sign in to comment.