Skip to content

Commit 059ab0b

Browse files
autoversion: Switch version_agnostic to latest release.
1 parent 123b185 commit 059ab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoversion/textseg/version_agnostic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package textseg
77
import (
88
"bufio"
99

10-
realImpl "github.com/apparentlymart/go-textseg/v12/textseg"
10+
realImpl "github.com/apparentlymart/go-textseg/v13/textseg"
1111
)
1212

1313
// ScanUTF8Sequences is a split function for bufio.Scanner that splits on UTF8 sequence boundaries.

0 commit comments

Comments
 (0)