Skip to content

Commit 8197bf3

Browse files
authored
use crossScalaVersions in demo
1 parent c596761 commit 8197bf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/java/demo/build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ version := Common.version
66

77
scalaVersion := Common.scalaVersion
88

9+
crossScalaVersions := Common.crossScalaVersions
10+
911
libraryDependencies ++= Seq("ws.securesocial" %% "securesocial" % version.value, javaCore, guice)
1012

1113
resolvers += Resolver.sonatypeRepo("snapshots")

0 commit comments

Comments
 (0)