File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ These are the people that have contributed to the _sbt-mu-srcgen_ project:
22
22
- [ ![ dzanot] ( https://avatars.githubusercontent.com/u/5342283?v=4&s=20 ) ** dzanot** ] ( https://github.com/dzanot )
23
23
- [ ![ cb372] ( https://avatars.githubusercontent.com/u/106760?v=4&s=20 ) ** cb372** ] ( https://github.com/cb372 )
24
24
- [ ![ alejandrohdezma] ( https://avatars.githubusercontent.com/u/9027541?v=4&s=20 ) ** alejandrohdezma** ] ( https://github.com/alejandrohdezma )
25
- - [ ![ naree] ( https://avatars.githubusercontent.com/u/4437502?v=4&s=20 ) ** naree** ] ( https://github.com/naree )
26
25
- [ ![ fedefernandez] ( https://avatars.githubusercontent.com/u/720923?v=4&s=20 ) ** fedefernandez** ] ( https://github.com/fedefernandez )
26
+ - [ ![ naree] ( https://avatars.githubusercontent.com/u/4437502?v=4&s=20 ) ** naree** ] ( https://github.com/naree )
27
27
- [ ![ L-Lavigne] ( https://avatars.githubusercontent.com/u/36058023?v=4&s=20 ) ** L-Lavigne** ] ( https://github.com/L-Lavigne )
28
28
- [ ![ BenFradet] ( https://avatars.githubusercontent.com/u/1737211?v=4&s=20 ) ** BenFradet** ] ( https://github.com/BenFradet )
29
29
- [ ![ dmarticus] ( https://avatars.githubusercontent.com/u/4853149?v=4&s=20 ) ** dmarticus** ] ( https://github.com/dmarticus )
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.27.2] ( https://github.com/higherkindness/sbt-mu-srcgen/tree/v0.27.2 ) (2021-11-05)
4
+
5
+ [ Full Changelog] ( https://github.com/higherkindness/sbt-mu-srcgen/compare/v0.27.1...v0.27.2 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Upgrade mu [ \# 221] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/221 ) ([ fedefernandez] ( https://github.com/fedefernandez ) )
10
+ - Update scalafmt-core to 3.0.8 [ \# 220] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/220 ) ([ 47erbot] ( https://github.com/47erbot ) )
11
+ - Update sbt-github, sbt-github-header, ... to 0.11.1 [ \# 218] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/218 ) ([ 47erbot] ( https://github.com/47erbot ) )
12
+ - Update sbt-github, sbt-github-header, ... to 0.11.0 [ \# 217] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/217 ) ([ 47erbot] ( https://github.com/47erbot ) )
13
+
3
14
## [ v0.27.1] ( https://github.com/higherkindness/sbt-mu-srcgen/tree/v0.27.1 ) (2021-10-28)
4
15
5
16
[ Full Changelog] ( https://github.com/higherkindness/sbt-mu-srcgen/compare/v0.27.0...v0.27.1 )
238
249
- Update scalatest to 3.2.0 [ \# 60] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/60 ) ([ scala-steward] ( https://github.com/scala-steward ) )
239
250
- Update monocle-core to 2.0.5 [ \# 56] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/56 ) ([ scala-steward] ( https://github.com/scala-steward ) )
240
251
- Update scalafmt-core to 2.5.3 [ \# 55] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/55 ) ([ scala-steward] ( https://github.com/scala-steward ) )
252
+ - Update sbt-mdoc to 2.2.2 [ \# 54] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/54 ) ([ scala-steward] ( https://github.com/scala-steward ) )
241
253
242
254
** Merged pull requests:**
243
255
267
279
268
280
📈 ** Dependency updates**
269
281
270
- - Update sbt-mdoc to 2.2.2 [ \# 54] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/54 ) ([ scala-steward] ( https://github.com/scala-steward ) )
271
282
- Updates to mu-scala 0.22.1 [ \# 41] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/41 ) ([ juanpedromoreno] ( https://github.com/juanpedromoreno ) )
272
283
- Update scalatest to 3.1.2 [ \# 39] ( https://github.com/higherkindness/sbt-mu-srcgen/pull/39 ) ([ scala-steward] ( https://github.com/scala-steward ) )
273
284
Original file line number Diff line number Diff line change 16
16
For installing this plugin, add the following line to your ` plugins.sbt ` file:
17
17
18
18
``` sbt mdoc:silent
19
- addSbtPlugin(" io.higherkindness" % " sbt-mu-srcgen" % " 0.27.1 " )
19
+ addSbtPlugin(" io.higherkindness" % " sbt-mu-srcgen" % " 0.27.2 " )
20
20
```
21
21
22
22
### NOTE
You can’t perform that action at this time.
0 commit comments