Skip to content

Commit c70e20b

Browse files
xuwei-kbtlines
authored andcommitted
Scala 2.12.8 (#33)
1 parent 1440472 commit c70e20b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ version in ThisBuild := "0.0.9"
55
licenses in ThisBuild := ("MIT", url("http://opensource.org/licenses/MIT")) :: Nil
66
bintrayOrganization in ThisBuild := Some("beyondthelines")
77
bintrayPackageLabels in ThisBuild := Seq("scala", "protobuf", "grpc")
8-
scalaVersion in ThisBuild := "2.12.6"
8+
scalaVersion in ThisBuild := "2.12.8"
99

1010
lazy val runtime = (project in file("runtime"))
1111
.settings(
12-
crossScalaVersions := Seq("2.12.6", "2.11.12"),
12+
crossScalaVersions := Seq("2.12.8", "2.11.12"),
1313
name := "GrpcGatewayRuntime",
1414
libraryDependencies ++= Seq(
1515
"com.thesamet.scalapb" %% "compilerplugin" % scalapbVersion,
@@ -32,7 +32,7 @@ lazy val runtime = (project in file("runtime"))
3232

3333
lazy val generator = (project in file("generator"))
3434
.settings(
35-
crossScalaVersions := Seq("2.12.6", "2.10.7"),
35+
crossScalaVersions := Seq("2.12.8", "2.10.7"),
3636
name := "GrpcGatewayGenerator",
3737
libraryDependencies ++= Seq(
3838
"com.thesamet.scalapb" %% "compilerplugin" % scalapbVersion,

0 commit comments

Comments
 (0)