@@ -125,6 +125,26 @@ Add in sbt using `libraryDependencies += ...`:
125
125
"pt.tecnico.dsi" %% "ldap" % "0.4.1"
126
126
"pt.tecnico.dsi" %% "kadmin" % "7.0.0"
127
127
"work.martins.simon" %% "scala-expect" % "6.0.0"
128
+ "ws.unfiltered" %% "unfiltered" % "0.9.0-beta2"
129
+ "ws.unfiltered" %% "unfiltered-agents" % "0.9.0-beta2"
130
+ "ws.unfiltered" %% "unfiltered-directives" % "0.9.0-beta2"
131
+ "ws.unfiltered" %% "unfiltered-filter" % "0.9.0-beta2"
132
+ "ws.unfiltered" %% "unfiltered-filter-async" % "0.9.0-beta2"
133
+ "ws.unfiltered" %% "unfiltered-filter-uploads" % "0.9.0-beta2"
134
+ "ws.unfiltered" %% "unfiltered-jetty" % "0.9.0-beta2"
135
+ "ws.unfiltered" %% "unfiltered-json4s" % "0.9.0-beta2"
136
+ "ws.unfiltered" %% "unfiltered-mac" % "0.9.0-beta2"
137
+ "ws.unfiltered" %% "unfiltered-netty" % "0.9.0-beta2"
138
+ "ws.unfiltered" %% "unfiltered-netty-server" % "0.9.0-beta2"
139
+ "ws.unfiltered" %% "unfiltered-netty-uploads" % "0.9.0-beta2"
140
+ "ws.unfiltered" %% "unfiltered-netty-websockets" % "0.9.0-beta2"
141
+ "ws.unfiltered" %% "unfiltered-oauth" % "0.9.0-beta2"
142
+ "ws.unfiltered" %% "unfiltered-oauth2" % "0.9.0-beta2"
143
+ "ws.unfiltered" %% "unfiltered-scalatest" % "0.9.0-beta2"
144
+ "ws.unfiltered" %% "unfiltered-specs2" % "0.9.0-beta2"
145
+ "ws.unfiltered" %% "unfiltered-uploads" % "0.9.0-beta2"
146
+ "ws.unfiltered" %% "unfiltered-util" % "0.9.0-beta2"
147
+
128
148
129
149
### Compiler plugins
130
150
@@ -164,4 +184,3 @@ You can subscribe to these tickets to find out when a library you want becomes a
164
184
* [ Slick] ( https://github.com/slick/slick/issues/1572 )
165
185
* [ SORM] ( https://github.com/sorm/sorm/issues/83 )
166
186
* [ Apache Spark] ( https://issues.apache.org/jira/browse/SPARK-14220 )
167
- * [ Unfiltered] ( https://github.com/unfiltered/unfiltered/issues/319 )
0 commit comments