Skip to content

Commit

Permalink
Upgrade sbt, scala
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jan 27, 2021
1 parent 1d509a3 commit c796067
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.bsp
*.log
*.swo
*.swp
Expand Down
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name := "lib-log"

organization := "io.flow"

scalaVersion := "2.13.3"

val timeLibSuffix = ""
scalaVersion := "2.13.4"

libraryDependencies ++= Seq(
"io.flow" %% s"lib-util$timeLibSuffix" % "0.1.66",
"io.flow" %% s"lib-util" % "0.1.66",
"com.rollbar" % "rollbar-java" % "1.7.5",
"com.google.inject.extensions" % "guice-assistedinject" % "4.2.3",
"net.codingwell" %% "scala-guice" % "4.2.11",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.0")

addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
resolvers += "Flow Plugins" at "https://flow.jfrog.io/flow/plugins-release/"
Expand Down

0 comments on commit c796067

Please sign in to comment.