File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ For each project where you'd like to use the build settings, add some or all of
1010file:
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
1919Now you can add the appropriate settings in your ` build.sbt ` , e.g.:
You can’t perform that action at this time.
0 commit comments