@@ -5,11 +5,11 @@ version in ThisBuild := "0.0.9"
5
5
licenses in ThisBuild := (" MIT" , url(" http://opensource.org/licenses/MIT" )) :: Nil
6
6
bintrayOrganization in ThisBuild := Some (" beyondthelines" )
7
7
bintrayPackageLabels in ThisBuild := Seq (" scala" , " protobuf" , " grpc" )
8
- scalaVersion in ThisBuild := " 2.12.6 "
8
+ scalaVersion in ThisBuild := " 2.12.8 "
9
9
10
10
lazy val runtime = (project in file(" runtime" ))
11
11
.settings(
12
- crossScalaVersions := Seq (" 2.12.6 " , " 2.11.12" ),
12
+ crossScalaVersions := Seq (" 2.12.8 " , " 2.11.12" ),
13
13
name := " GrpcGatewayRuntime" ,
14
14
libraryDependencies ++= Seq (
15
15
" com.thesamet.scalapb" %% " compilerplugin" % scalapbVersion,
@@ -32,7 +32,7 @@ lazy val runtime = (project in file("runtime"))
32
32
33
33
lazy val generator = (project in file(" generator" ))
34
34
.settings(
35
- crossScalaVersions := Seq (" 2.12.6 " , " 2.10.7" ),
35
+ crossScalaVersions := Seq (" 2.12.8 " , " 2.10.7" ),
36
36
name := " GrpcGatewayGenerator" ,
37
37
libraryDependencies ++= Seq (
38
38
" com.thesamet.scalapb" %% " compilerplugin" % scalapbVersion,
0 commit comments