Skip to content

Commit 77f6062

Browse files
committed
Use 2.13.5 for all scala2-compat tests
1 parent c7054c2 commit 77f6062

File tree

1 file changed

+1
-1
lines changed
  • sbt-dotty/sbt-test/scala2-compat/erasure

1 file changed

+1
-1
lines changed

sbt-dotty/sbt-test/scala2-compat/erasure/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val scala2Lib = project.in(file("scala2Lib"))
22
.settings(
3-
scalaVersion := "2.13.2"
3+
scalaVersion := "2.13.5"
44
)
55

66
lazy val dottyApp = project.in(file("dottyApp"))

0 commit comments

Comments
 (0)