Skip to content

Commit

Permalink
Upgrade to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alikemal.ocalan committed Jan 16, 2021
1 parent 374ffce commit f140236
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@

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

resolvers in Global ++= Seq(
"Typesafe" at "https://repo.typesafe.com/typesafe/releases/",
"Sbt plugins" at "https://dl.bintray.com/sbt/sbt-plugin-releases",
"instagram4j" at "https://dl.bintray.com/instagram4j/maven"
)
scalaVersion := "2.13.4"

libraryDependencies ++= Seq(
"com.github.instagram4j" % "instagram4j" % "2.0.1",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.918",
"com.github.instagram4j" % "instagram4j" % "2.0.3",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.938",
"com.typesafe" % "config" % "1.4.1",
"javax.xml.bind" % "jaxb-api" % "2.3.1",
"commons-io" % "commons-io" % "2.8.0",
"org.rogach" %% "scallop" % "3.5.1"
"org.rogach" %% "scallop" % "4.0.1"
)

mainClass in Compile := Some("com.github.alikemalocalan.instastorysaver.StorySaverScheduler")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.13
sbt.version=1.4.3

0 comments on commit f140236

Please sign in to comment.