Skip to content

Commit

Permalink
Remove bintray resolver + upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 14, 2021
1 parent 1d14ee1 commit 232e641
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: scala

scala:
- 2.12.10
- 2.13.1
- 2.12.13
- 2.13.5


git:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val commonSettings = Seq(
scalacOptions ~= (_.filterNot(_ == "-Xfatal-warnings")),
scalaVersion := scala213,
crossScalaVersions := Seq(scala213, scala212),
resolvers += Resolver.bintrayRepo("akka", "snapshots")
resolvers += "akka-snapshot-repository".at("https://repo.akka.io/snapshots")
)

lazy val `play-slick-root` = (project in file("."))
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.12
sbt.version=1.3.13
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse(
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.8.2"))
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.0.3"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

0 comments on commit 232e641

Please sign in to comment.