Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Replace String.repeat with StringLike.* operator #437

Conversation

UnaiUribarri-TomTom
Copy link
Contributor

String.repeat is only available in JVM 11 or newer but StringLike.* operator is available since Scala 2.8, regardless of JVM version.

String.repeat is only available in JVM 11 or newer but StringLike.`*`
operator is available since Scala 2.8, regardless of JVM version.
@UnaiUribarri-TomTom
Copy link
Contributor Author

UnaiUribarri-TomTom commented Apr 11, 2023

This issue is blocking 0.8.3 version release because it is built using JVM 8.

@ghostbuster91
Copy link
Collaborator

I was just about to take a look at it. Thanks!

@ghostbuster91 ghostbuster91 merged commit a640861 into softwaremill:master Apr 11, 2023
ghostbuster91 pushed a commit that referenced this pull request Apr 12, 2023
String.repeat is only available in JVM 11 or newer but StringLike.`*`
operator is available since Scala 2.8, regardless of JVM version.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants