Skip to content

Commit 5bee75b

Browse files
lolgabekrich
andauthored
Fix typo in build.sbt
Co-authored-by: Eric K Richardson <[email protected]>
1 parent 3378b02 commit 5bee75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
142142
.nativeSettings(
143143
crossScalaVersions := Seq("2.13.8", "2.12.15", "3.1.1"),
144144
mimaPreviousArtifacts := {
145-
// TODO remove this setting whien 2.0.2 released
145+
// TODO remove this setting when 2.0.2 released
146146
if (scalaBinaryVersion.value == "3") {
147147
mimaPreviousArtifacts.value.filterNot(_.revision == "2.0.1")
148148
} else {

0 commit comments

Comments
 (0)