Skip to content

Commit

Permalink
Upgrade to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alikemal.ocalan committed Dec 7, 2020
1 parent 53a1203 commit f12d614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name := "instastorysaver"
version := "0.2.0"
version := "0.1.3"
organization := "com.github.alikemalocalan"
scalaVersion := "2.12.12"

Expand All @@ -11,7 +11,7 @@ resolvers in Global ++= Seq(
)

libraryDependencies ++= Seq(
"com.github.instagram4j" % "instagram4j" % "develop-370fad2",
"com.github.instagram4j" % "instagram4j" % "2.0.0",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.894",
"com.typesafe" % "config" % "1.4.1",
"javax.xml.bind" % "jaxb-api" % "2.3.1",
Expand Down

0 comments on commit f12d614

Please sign in to comment.