We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a7ae4 commit b621992Copy full SHA for b621992
CHANGELOG.md
@@ -29,6 +29,7 @@
29
## 0.2.20 - 2017-09-17
30
31
* Building for Scala 2.12;
32
+* Fix SFL4J deprecation warning - #201 - @golem131;
33
34
## 0.2.19 - 2016-03-17
35
project/Build.scala
@@ -49,7 +49,7 @@ object ProjectBuild extends Build {
49
50
object Configuration {
51
52
- val commonVersion = "0.2.21-SNAPSHOT"
+ val commonVersion = "0.2.21"
53
val projectScalaVersion = "2.12.1"
54
val specs2Version = "3.8.6"
55
0 commit comments