Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihirai0505 committed Oct 2, 2017
1 parent 1544723 commit 763425d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -4,7 +4,7 @@ sonatypeSettings

name := "sInstagram"

version := "0.1.9"
version := "0.2.0"

scalaVersion := "2.11.8"

Expand All @@ -13,7 +13,7 @@ scalacOptions += "-feature"
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

libraryDependencies ++= Seq(
"com.yukihirai0505" % "scala-request-json_2.11" % "1.5",
"com.yukihirai0505" % "scala-request-json_2.11" % "1.6",
"org.scalatest" % "scalatest_2.11" % "3.0.0"
)

Expand Down

0 comments on commit 763425d

Please sign in to comment.