Skip to content

Commit e07fe93

Browse files
committed
Merge pull request #116 from hseeberger/patch-2
Fix version for Scala Logging
2 parents 5a39ef4 + 51374a8 commit e07fe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hand-written.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following Scala projects have already been released against 2.11.0! We'd lov
8484
"org.scalatest" %% "scalatest" % "2.1.3"
8585
"org.scalautils" %% "scalautils" % "2.1.3"
8686
"com.typesafe.akka" %% "akka-actor" % "2.3.2"
87-
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.0.3"
87+
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.0.4"
8888
"org.scala-lang.modules" %% "scala-async" % "0.9.1"
8989
"org.scalikejdbc" %% "scalikejdbc-interpolation" % "2.0.0-beta1"
9090
"com.softwaremill.scalamacrodebug" %% "macros" % "0.4"

0 commit comments

Comments
 (0)