We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c596761 commit 8197bf3Copy full SHA for 8197bf3
samples/java/demo/build.sbt
@@ -6,6 +6,8 @@ version := Common.version
6
7
scalaVersion := Common.scalaVersion
8
9
+crossScalaVersions := Common.crossScalaVersions
10
+
11
libraryDependencies ++= Seq("ws.securesocial" %% "securesocial" % version.value, javaCore, guice)
12
13
resolvers += Resolver.sonatypeRepo("snapshots")
0 commit comments