Skip to content

Commit

Permalink
Merge pull request #94 from Dwolla/update/sbt-scalafix-0.13.0
Browse files Browse the repository at this point in the history
Update sbt-scalafix to 0.13.0
  • Loading branch information
bpholt authored Oct 4, 2024
2 parents 3b45d3a + 69f0cba commit 1e8ed01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ThisBuild / developers := List(
),
)
ThisBuild / crossScalaVersions := Seq(
"2.13.14",
"3.3.3",
"2.13.15",
"3.3.4",
)
ThisBuild / scalaVersion := crossScalaVersions.value.head
ThisBuild / startYear := Option(2018)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.24")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
3 changes: 2 additions & 1 deletion src/test/scala-3/bincompat/ShadedGeneratedSmithySpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class ShadedGeneratedSmithySpec extends FunSuite {
assertNoDiff(compileErrors("""assertEquals(com.dwolla.config.smithy_shaded.com.amazonaws.kms.KMS.id, smithy4s.ShapeId("com.dwolla.config.smithy_shaded.com.amazonaws.kms", "TrentService"))"""),
"""error:
|value KMS in package com.dwolla.config.smithy_shaded.com².amazonaws.kms cannot be accessed as a member of com.dwolla.config.smithy_shaded.com².amazonaws.kms.type from class ShadedGeneratedSmithySpec.
| private[config] value KMS can only be accessed from package com.dwolla.config in package com.dwolla.
|
|where: com is a package
|where: com is a package in the empty package
| com² is a package in package com.dwolla.config.smithy_shaded
|assertEquals(com.dwolla.config.smithy_shaded.com.amazonaws.kms.KMS.id, smithy4s.ShapeId("com.dwolla.config.smithy_shaded.com.amazonaws.kms", "TrentService"))
| ^
Expand Down

0 comments on commit 1e8ed01

Please sign in to comment.