Skip to content

Commit

Permalink
Merge pull request #9 from analytically/master
Browse files Browse the repository at this point in the history
Update dependencies to latest versions.
  • Loading branch information
Sean Policarpio authored Dec 8, 2016
2 parents d16f92d + 8bc67e7 commit bf5ace7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.3
- Updated dependencies to latest versions.

## 1.0.2
## Fixed
- [issue #7](https://github.com/kdrakon/splunk-logback-hec-appender/issues/7): ThresholdFilter not working
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name := """splunk-logback-hec-appender"""

version := "1.0.2"
version := "1.0.3"

scalaVersion := "2.11.8"

scalacOptions += "-target:jvm-1.8"

libraryDependencies ++= Seq(

"org.skinny-framework" %% "skinny-http-client" % "2.2.0",
"org.skinny-framework" %% "skinny-http-client" % "2.3.0",

"org.json4s" %% "json4s-native" % "3.4.0",
"org.json4s" %% "json4s-native" % "3.5.0",

"io.monix" %% "monix" % "2.0.2",
"io.monix" %% "monix" % "2.1.1",

"ch.qos.logback" % "logback-core" % "1.1.7",
"ch.qos.logback" % "logback-classic" % "1.1.7",
// "com.splunk.logging" % "splunk-library-javalogging" % "1.5.1",

"org.scalatest" %% "scalatest" % "2.2.4" % "test"
"org.scalatest" %% "scalatest" % "2.2.6" % "test"

)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Activator-generated Properties
#Mon Sep 12 21:36:41 AEST 2016
template.uuid=e17acfbb-1ff5-41f5-b8cf-2c40be6a8340
sbt.version=0.13.12
sbt.version=0.13.13
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.2.0")

0 comments on commit bf5ace7

Please sign in to comment.