Skip to content

Commit 37b16e2

Browse files
Chris Valevkostyukov
Chris Vale
authored andcommitted
upgrade finagle (#40)
1 parent c471b9c commit 37b16e2

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ReleaseTransformations._
22

3-
lazy val finagleVersion = "18.12.0"
3+
lazy val finagleVersion = "19.1.0"
44

55
lazy val buildSettings = Seq(
66
organization := "com.github.finagle",

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.6
1+
sbt.version=1.2.8

project/plugins.sbt

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
resolvers ++= Seq(
2-
Classpaths.typesafeReleases,
3-
Classpaths.sbtPluginReleases,
4-
"jgit-repo" at "http://download.eclipse.org/jgit/maven",
5-
Resolver.url("scoverage-bintray", url("https://dl.bintray.com/sksamuel/sbt-plugins/"))(Resolver.ivyStylePatterns),
6-
Resolver.sonatypeRepo("snapshots")
7-
)
8-
91
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
102
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
113
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "18.13.0-SNAPSHOT"
1+
version in ThisBuild := "19.1.0-SNAPSHOT"

0 commit comments

Comments
 (0)