Skip to content

Commit

Permalink
Merge pull request #264 from scala-steward/update/test-interface-0.4.7
Browse files Browse the repository at this point in the history
Update test-interface to 0.4.7
  • Loading branch information
japgolly authored Sep 5, 2022
2 parents 0b18655 + 873c7d0 commit eae17c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val communityBuildDottyVersion = sys.props.get("dottyVersion").toList
val scalaVersions = "2.11.12" :: "2.12.16" :: "2.13.8" :: "3.1.3" :: communityBuildDottyVersion

val scalaJSVersions = scalaVersions.map((_, "1.10.1"))
val scalaNativeVersions = scalaVersions.map((_, "0.4.5"))
val scalaNativeVersions = scalaVersions.map((_, "0.4.7"))

val scalaReflectVersion = "1.1.2"

Expand Down

0 comments on commit eae17c7

Please sign in to comment.