Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.3 (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Apr 25, 2024
1 parent 267acc4 commit 364096d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.softwaremill.UpdateVersionInDocs
import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
import com.softwaremill.Publish.{updateDocs, ossPublishSettings}

val scala3 = "3.3.1"
val scala3 = "3.3.3"

ThisBuild / dynverTagPrefix := "scala3-v" // a custom prefix is needed to differentiate tags between scala2 & scala3 versions

Expand Down
2 changes: 1 addition & 1 deletion test/src/test/scala/magnolia1/tests/SumsTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class SumsTests extends munit.FunSuite:
assert(
clue(
error
) contains "No given instance of type deriving.Mirror.Of[magnolia1.tests.SumsTests.Parent] was found for parameter x$1 of method derived in trait Derivation."
) contains "No given instance of type scala.deriving.Mirror.Of[magnolia1.tests.SumsTests.Parent] was found for parameter x$1 of method derived in trait Derivation."
)
assert(
clue(
Expand Down

0 comments on commit 364096d

Please sign in to comment.