Skip to content

Commit

Permalink
bump sbt to version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vagmcs committed Mar 7, 2020
1 parent 34ca136 commit 089d2d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
final val ScalaOpt = "3.7.1"
final val Ghost4J = "1.0.1"
final val CSVParser = "2.8.4"
final val Enums = "1.5.14"
final val Enums = "1.5.15"
}

// Logging using slf4j and logback
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.2.8
sbt.version = 1.3.8
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

addSbtPlugin("com.scalapenos" % "sbt-prompt" % "1.0.2")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")

addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-3")
//addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-3")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.5-SNAPSHOT"
version in ThisBuild := "0.4.6-SNAPSHOT"

0 comments on commit 089d2d3

Please sign in to comment.