We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8197bf3 commit 132a1b7Copy full SHA for 132a1b7
samples/scala/demo/build.sbt
@@ -6,6 +6,8 @@ version := Common.version
6
7
scalaVersion := Common.scalaVersion
8
9
+crossScalaVersions := Common.crossScalaVersions
10
+
11
libraryDependencies ++= Seq(
12
specs2 % "test",
13
"ws.securesocial" %% "securesocial" % version.value,
0 commit comments