Skip to content

Commit 4db6152

Browse files
authored
Merge pull request #2043 from DawidQb/patch-1
Add missing double quotes
2 parents 2786af9 + 8f45e43 commit 4db6152

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
@@ -32,7 +32,7 @@ lazy val foo = project.in(file("foo"))
3232
.dependsOn(bar)
3333

3434
lazy val bar = project.in(file("bar"))
35-
.settings(scalaVersion := "2.13.6)
35+
.settings(scalaVersion := "2.13.6")
3636
```
3737

3838
Or, in case bar is a published Scala 2.13 library, we can have:

0 commit comments

Comments
 (0)