Skip to content

Commit b63fab7

Browse files
authored
Merge pull request #1235 from asakaev/typo
Fix typo
2 parents 31fb80d + 8c47135 commit b63fab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2021-04-08-scala-3-in-sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ It is now natively available in sbt by using `CrossVersion.for3Use2_13`:
109109
```scala
110110
// build.sbt
111111
lazy val hello = project.in(file("."))
112-
.serttings(
112+
.settings(
113113
scalaVersion := "3.0.0-RC2",
114114
libraryDependencies +=
115115
("org.typelevel" %% "cats-core" % "x.y.z").cross(CrossVersion.for3Use2_13)

0 commit comments

Comments
 (0)