Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt-typelevel, ... to 0.7.0 #59

Merged
merged 2 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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