File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ lazy val finagleVersion = " 17.12.0"
2
+
1
3
lazy val buildSettings = Seq (
2
4
organization := " com.github.finagle" ,
3
- version := " 0.6.45 " ,
4
- scalaVersion := " 2.11.11 " ,
5
- crossScalaVersions := Seq (" 2.11.11 " , " 2.12.2 " )
5
+ version := finagleVersion ,
6
+ scalaVersion := " 2.12.4 " ,
7
+ crossScalaVersions := Seq (" 2.11.12 " , " 2.12.4 " )
6
8
)
7
9
8
10
val baseSettings = Seq (
9
11
libraryDependencies ++= Seq (
10
- " com.twitter" %% " finagle-http" % " 6.45.0 " ,
12
+ " com.twitter" %% " finagle-http" % finagleVersion ,
11
13
" org.scalacheck" %% " scalacheck" % " 1.13.5" % Test ,
12
- " org.scalatest" %% " scalatest" % " 3.0.3 " % Test
14
+ " org.scalatest" %% " scalatest" % " 3.0.4 " % Test
13
15
)
14
16
)
15
17
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.15
1
+ sbt.version =1.0.4
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ resolvers ++= Seq(
4
4
" jgit-repo" at " http://download.eclipse.org/jgit/maven"
5
5
)
6
6
7
- addSbtPlugin(" com.typesafe.sbt " % " sbt-pgp" % " 0.8.3 " )
7
+ addSbtPlugin(" com.jsuereth " % " sbt-pgp" % " 1.1.0 " )
You can’t perform that action at this time.
0 commit comments