Skip to content

Commit

Permalink
Version 0.2.40, bumped version of log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Nov 24, 2019
1 parent 6633994 commit e904c47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -4,7 +4,7 @@ name := "jafpl"

organization := "com.jafpl"
homepage := Some(url("https://jafpl.com/"))
version := "0.2.39"
version := "0.2.40"
scalaVersion := "2.12.6"

buildInfoUsePackageAsPath := true
Expand Down Expand Up @@ -109,9 +109,9 @@ publish := Def.taskDyn {
}.value

libraryDependencies ++= Seq(
"org.apache.logging.log4j" % "log4j-api" % "2.11.0",
"org.apache.logging.log4j" % "log4j-core" % "2.11.0",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.11.0",
"org.apache.logging.log4j" % "log4j-api" % "2.12.1",
"org.apache.logging.log4j" % "log4j-core" % "2.12.1",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.12.1",
"org.slf4j" % "jcl-over-slf4j" % "1.7.25",
"org.slf4j" % "slf4j-api" % "1.7.25",
"com.typesafe.akka" %% "akka-actor" % "2.5.24",
Expand Down

0 comments on commit e904c47

Please sign in to comment.