Skip to content

Commit 98091fd

Browse files
authored
example has wrong scala version
I could be wrong but I think this example should have scala version 2.12.3 as opposed to scala 3.
1 parent 4458549 commit 98091fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-migration/compatibility-classpath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Or, in case `bar` is a published Scala 3 library:
113113
```scala
114114
lazy val foo = project.in.file("foo")
115115
.settings(
116-
scalaVersion := "3.0.0",
116+
scalaVersion := "2.13.6",
117117
scalacOptions += "-Ytasty-reader",
118118
libraryDependencies += ("org.bar" %% "bar" % "1.0.0").cross(CrossVersion.for2_13Use3)
119119
)

0 commit comments

Comments
 (0)