Skip to content

Commit 626fa0a

Browse files
Merge pull request #100 from ashawley/update-deps
Update deps
2 parents 8eee99e + 9805a8c commit 626fa0a

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
@@ -21,9 +21,9 @@ provide a basic one.
2121

2222
```scala
2323
libraryDependencies ++= Seq(
24-
"com.ning" % "async-http-client" % "1.9.21",
25-
"org.slf4j" % "slf4j-simple" % "1.7.24",
26-
"io.code-check" %% "github-api" % "0.2.0"
24+
"com.ning" % "async-http-client" % "1.9.40",
25+
"org.slf4j" % "slf4j-simple" % "1.7.26",
26+
"io.code-check" %% "github-api" % "0.3.0"
2727
)
2828
```
2929

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.12.8"
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.8" % "test"
5757
)
5858

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

0 commit comments

Comments
 (0)