Skip to content

Commit

Permalink
Merge pull request #3 from kulikov/patch-1
Browse files Browse the repository at this point in the history
= update dependencies: latest scala, latest akka 2.4.x
  • Loading branch information
Kostassoid committed Apr 25, 2017
2 parents 48c67cb + 06392f2 commit b778fc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -4,9 +4,9 @@ name := "fluentd-scala"

version := "0.2"

scalaVersion := "2.11.8"
scalaVersion := "2.11.11"

crossScalaVersions := Seq("2.11.8", "2.12.1")
crossScalaVersions := Seq("2.11.11", "2.12.2")

scalacOptions ++= Seq(
"-language:postfixOps",
Expand All @@ -28,9 +28,9 @@ javacOptions ++= Seq(
)

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.4.16",
"com.typesafe.akka" %% "akka-actor" % "2.4.17",
"org.msgpack" % "msgpack-scala_2.11" % "0.6.11",
"ch.qos.logback" % "logback-classic" % "1.1.7"
"ch.qos.logback" % "logback-classic" % "1.2.2"
)

pomExtra := {
Expand Down

0 comments on commit b778fc6

Please sign in to comment.