Skip to content

Commit

Permalink
Upgrade dependencies to latest release versions
Browse files Browse the repository at this point in the history
Stepping toward our proper 2.13-supporting release
  • Loading branch information
Daenyth committed Oct 24, 2019
1 parent 0a01ff7 commit 662d94d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.iml
target/
.bloop/
.metals/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language:
scala
scala:
- 2.11.12
- 2.12.8
- 2.13.0
- 2.12.10
- 2.13.1
jdk:
- oraclejdk8
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ name := "streamz"

organization in ThisBuild := "com.github.krasserm"

version in ThisBuild := "0.11-M1"
version in ThisBuild := "0.11-M2"

crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.8", "2.13.0")
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.10", "2.13.1")

scalaVersion in ThisBuild := "2.12.8"
scalaVersion in ThisBuild := "2.12.10"

libraryDependencies in ThisBuild += "org.scalatest" %% "scalatest" % Version.Scalatest % "test"

Expand Down
12 changes: 6 additions & 6 deletions project/Version.scala
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
object Version {
val Akka = "2.5.23"
val Camel = "2.20.2"
val CatsEffect = "2.0.0-M5"
val Fs2 = "1.1.0-M1"
val Akka = "2.5.26"
val Camel = "2.20.4"
val CatsEffect = "2.0.0"
val Fs2 = "2.0.1"
val Log4j = "2.10.0"
val JUnitInterface = "0.11"
val Scalatest = "3.0.8"
val Config = "1.3.3"
val ScalaCollectionCompat = "2.1.1"
val Config = "1.4.0"
val ScalaCollectionCompat = "2.1.2"
}

0 comments on commit 662d94d

Please sign in to comment.