Skip to content

Commit

Permalink
Moving RouteConcatenation where it should be.
Browse files Browse the repository at this point in the history
  • Loading branch information
luksow committed Aug 22, 2023
1 parent 53c3e9e commit 09953c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ThisBuild / scalaVersion := mainScalaVersion
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"), JavaSpec.temurin("17"))
ThisBuild / githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v")),
RefPredicate.Equals(Ref.Branch("master")))
ThisBuild / tlBaseVersion := "0.2"
ThisBuild / tlBaseVersion := "0.3"
ThisBuild / tlCiHeaderCheck := false
ThisBuild / tlSonatypeUseLegacyHost := true

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package pl.iterators.stir.server.directives
package pl.iterators.stir.server

import cats.effect.IO
import pl.iterators.stir.server.directives.RouteDirectives.reject
import pl.iterators.stir.server.{ Route, RouteResult }

trait RouteConcatenation {
implicit class RouteWithConcatenation(val route: Route) {
Expand Down

0 comments on commit 09953c3

Please sign in to comment.