Skip to content

Commit

Permalink
Revert to 3.4 style
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed May 11, 2024
1 parent 1a8f6ff commit 621cb0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions etc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.propensive</groupId>
<artifactId>kaleidoscope-core</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<licenses>
<license>
<name>Apache 2</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.github.propensive</groupId>
<artifactId>contingency-core</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
</dependencies>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion src/core/kaleidoscope.Kaleidoscope.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package kaleidoscope

import language.experimental.captureChecking
import language.experimental.pureFunctions

import java.util.regex.*

Expand Down
2 changes: 1 addition & 1 deletion src/core/kaleidoscope.Regex.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package kaleidoscope

import language.experimental.captureChecking
import language.experimental.pureFunctions

import java.util.regex.*
import java.util.concurrent.ConcurrentHashMap
Expand Down
2 changes: 1 addition & 1 deletion src/core/kaleidoscope.RegexError.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object RegexError:
IncompleteRepetition, InvalidPattern

object Reason:
given [ReasonType <: Reason] => ReasonType is Communicable =
given [ReasonType <: Reason]: (Communicable { type Self = ReasonType }) =
case UnclosedGroup =>
msg"a capturing group was not closed"

Expand Down

0 comments on commit 621cb0e

Please sign in to comment.