Skip to content

Commit c3a2be0

Browse files
authored
Merge pull request #251 from hamnis/unfiltered
Add unfiltered as a 2.12 project
2 parents 9cbd045 + 046a179 commit c3a2be0

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

projects-2.12.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,26 @@ Add in sbt using `libraryDependencies += ...`:
125125
"pt.tecnico.dsi" %% "ldap" % "0.4.1"
126126
"pt.tecnico.dsi" %% "kadmin" % "7.0.0"
127127
"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+
128148

129149
### Compiler plugins
130150

@@ -164,4 +184,3 @@ You can subscribe to these tickets to find out when a library you want becomes a
164184
* [Slick](https://github.com/slick/slick/issues/1572)
165185
* [SORM](https://github.com/sorm/sorm/issues/83)
166186
* [Apache Spark](https://issues.apache.org/jira/browse/SPARK-14220)
167-
* [Unfiltered](https://github.com/unfiltered/unfiltered/issues/319)

0 commit comments

Comments
 (0)