Skip to content

Commit 0a8e72e

Browse files
committed
Release 2.0.24
1 parent 0dba4ba commit 0a8e72e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ For each project where you'd like to use the build settings, add some or all of
1010
file:
1111

1212
````scala
13-
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-common" % "2.0.23")
14-
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-publish" % "2.0.23")
15-
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-extra" % "2.0.23")
16-
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-browser-test-js" % "2.0.23")
13+
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-common" % "2.0.24")
14+
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-publish" % "2.0.24")
15+
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-extra" % "2.0.24")
16+
addSbtPlugin("com.softwaremill.sbt_softwaremill" % "sbt-softwaremill-browser-test-js" % "2.0.24")
1717
````
1818

1919
Now you can add the appropriate settings in your `build.sbt`, e.g.:

0 commit comments

Comments
 (0)