Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jan 30, 2019
1 parent d534e4a commit b4c8e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject

name := "youi"
organization in ThisBuild := "io.youi"
version in ThisBuild := "0.10.0-SNAPSHOT"
version in ThisBuild := "0.10.0"
scalaVersion in ThisBuild := "2.12.8"
crossScalaVersions in ThisBuild := List("2.12.8", "2.11.12")
resolvers in ThisBuild += Resolver.sonatypeRepo("releases")
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/scala/io/youi/server/dsl/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package object dsl {
}
}

implicit class CachingManagerFilter(val caching: CachingManager) extends LastConnectionFilter(handler2Filter(caching.handle))
implicit class CachingManagerFilter(val caching: CachingManager) extends LastConnectionFilter(handler2Filter(caching))

implicit class DeltasFilter(val deltas: List[Delta]) extends ActionFilter(connection => Future.successful {
connection.deltas ++= deltas
Expand Down

0 comments on commit b4c8e90

Please sign in to comment.