Skip to content

Commit d5cdc2c

Browse files
committed
Update deps
1 parent 715c795 commit d5cdc2c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ provide a basic one.
1919

2020
```scala
2121
libraryDependencies ++= Seq(
22-
"com.ning" % "async-http-client" % "1.9.21",
23-
"org.slf4j" % "slf4j-simple" % "1.7.24",
24-
"io.code-check" %% "github-api" % "0.2.0"
22+
"com.ning" % "async-http-client" % "1.9.40",
23+
"org.slf4j" % "slf4j-simple" % "1.7.26",
24+
"io.code-check" %% "github-api" % "0.3.0"
2525
)
2626
```
2727

build.sbt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "io.code-check"
22

33
name := """github-api"""
44

5-
version := "0.2.1-SNAPSHOT"
5+
version := "0.3.0-SNAPSHOT"
66

77
scalaVersion := "2.11.11"
88

@@ -46,14 +46,14 @@ pomIncludeRepository := { _ => false }
4646

4747
// Change this to another test framework if you prefer
4848
libraryDependencies ++= Seq(
49-
"com.ning" % "async-http-client" % "1.9.21" % "provided",
50-
"org.asynchttpclient" % "async-http-client" % "2.0.15" % "provided",
51-
"org.json4s" %% "json4s-jackson" % "3.4.2",
52-
"org.json4s" %% "json4s-ext" % "3.4.2",
53-
"joda-time" % "joda-time" % "2.8.1",
54-
"com.github.scopt" %% "scopt" % "3.5.0",
55-
"org.slf4j" % "slf4j-nop" % "1.7.22" % "test",
56-
"org.scalatest" %% "scalatest" % "3.0.1" % "test"
49+
"com.ning" % "async-http-client" % "1.9.40" % "provided",
50+
"org.asynchttpclient" % "async-http-client" % "2.0.39" % "provided",
51+
"org.json4s" %% "json4s-jackson" % "3.6.6",
52+
"org.json4s" %% "json4s-ext" % "3.6.6",
53+
"joda-time" % "joda-time" % "2.8.2",
54+
"com.github.scopt" %% "scopt" % "3.7.1",
55+
"org.slf4j" % "slf4j-nop" % "1.7.26" % "test",
56+
"org.scalatest" %% "scalatest" % "3.0.7" % "test"
5757
)
5858

5959
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

0 commit comments

Comments
 (0)