@@ -2,7 +2,7 @@ organization := "io.code-check"
2
2
3
3
name := """ github-api"""
4
4
5
- version := " 0.2.1 -SNAPSHOT"
5
+ version := " 0.3.0 -SNAPSHOT"
6
6
7
7
scalaVersion := " 2.11.11"
8
8
@@ -46,14 +46,14 @@ pomIncludeRepository := { _ => false }
46
46
47
47
// Change this to another test framework if you prefer
48
48
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"
57
57
)
58
58
59
59
scalacOptions ++= Seq (" -unchecked" , " -deprecation" , " -feature" )
0 commit comments