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 00b0586 commit cd91784Copy full SHA for cd91784
project/Build.scala
@@ -5,7 +5,7 @@ object BuildSettings {
5
6
val commonSettings = Defaults.coreDefaultSettings ++ Seq (
7
organization := "com.softwaremill.macwire",
8
- version := "2.2.4",
+ version := "2.2.5",
9
scalaVersion := "2.11.8",
10
// Sonatype OSS deployment
11
publishTo <<= version { (v: String) =>
0 commit comments