Skip to content

Commit

Permalink
Update scala and some dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beatriz committed Jun 22, 2021
1 parent 2e88db1 commit 7ce7bf6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
scala: ['2.12', '2.13']
include:
- scala: '2.12'
scala-version: 2.12.13
scala-version: 2.12.14
- scala: '2.13'
scala-version: 2.13.5
scala-version: 2.13.6

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import spray.boilerplate.BoilerplatePlugin

ThisBuild / organization := "com.velocidi"

ThisBuild / crossScalaVersions := Seq("2.12.13", "2.13.5")
ThisBuild / scalaVersion := "2.12.13"
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6")
ThisBuild / scalaVersion := "2.12.14"

def module(project: Project, moduleName: String) =
(project in file(moduleName))
Expand Down
16 changes: 8 additions & 8 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import sbt._

object Dependencies {
object Versions {
val Akka = "2.6.14"
val Akka = "2.6.15"
val AkkaHttp = "10.2.4"
val AkkaTestkitSpecs2 = "0.3.0"
val Aws = "1.11.1018"
val BouncyCastle = "1.68"
val Aws = "1.12.9"
val BouncyCastle = "1.69"
val Cats = "2.6.1"
val Circe = "0.13.0"
val Circe = "0.14.1"
val CommonsCodec = "1.15"
val ConcurrentLinkedHashMap = "1.4.2"
val Elastic4s = "7.10.0"
Expand All @@ -18,12 +18,12 @@ object Dependencies {
val Log4jCore = "2.14.1"
val NscalaTime = "2.28.0"
val ScalaCheck = "1.15.4"
val ScalaLogging = "3.9.3"
val ScalaLogging = "3.9.4"
val ScalaPool = "0.4.3"
val ScalaTest = "3.2.8"
val Shapeless = "2.3.6"
val ScalaTest = "3.2.9"
val Shapeless = "2.3.7"
val SimpleJmx = "1.19"
val Specs2 = "4.11.0"
val Specs2 = "4.12.1"
val Squants = "1.8.0"
val SshJ = "0.31.0"
val TypesafeConfig = "1.4.1"
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("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
Expand Down

0 comments on commit 7ce7bf6

Please sign in to comment.