Skip to content

Commit

Permalink
Update Scala 3 to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Oct 4, 2024
1 parent 7af9c39 commit 69f0cba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ThisBuild / developers := List(
)
ThisBuild / crossScalaVersions := Seq(
"2.13.15",
"3.3.3",
"3.3.4",
)
ThisBuild / scalaVersion := crossScalaVersions.value.head
ThisBuild / startYear := Option(2018)
Expand Down
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 69f0cba

Please sign in to comment.