@@ -17,7 +17,7 @@ import headers.Headers
1717import $file .mdoc
1818import mdoc .MdocModule
1919
20- import $ivy .`com.lihaoyi::mill-contrib-bloop:0.3.6-82-b2d480 `
20+ import $ivy .`com.lihaoyi::mill-contrib-bloop:0.3.6-85-38fce6 `
2121
2222val swamVersion = " 0.2.0-SNAPSHOT"
2323
@@ -51,12 +51,12 @@ object core extends SwamModule with PublishModule {
5151
5252 def ivyDeps = Agg (
5353 ivy " com.beachape::enumeratum:1.5.13 " ,
54- ivy " co.fs2::fs2-core:1.0.0 " ,
55- ivy " org.scodec::scodec-stream:1.2.0 " ,
54+ ivy " co.fs2::fs2-core:1.0.4 " ,
55+ ivy " org.scodec::scodec-stream:1.2.1 " ,
5656 ivy " com.github.pureconfig::pureconfig-generic: $pureconfigVersion" ,
5757 ivy " com.github.pureconfig::pureconfig-squants: $pureconfigVersion" ,
5858 ivy " com.github.pureconfig::pureconfig-cats-effect: $pureconfigVersion" ,
59- ivy " org.scodec::core:1.10.4 " )
59+ ivy " org.scodec::scodec- core:1.11.3 " )
6060
6161 def publishVersion = swamVersion
6262
@@ -72,7 +72,7 @@ object core extends SwamModule with PublishModule {
7272
7373 object test extends Tests with ScalafmtModule {
7474 def ivyDeps = Agg (
75- ivy " com.lihaoyi::utest:0.6.4 " )
75+ ivy " com.lihaoyi::utest:0.6.7 " )
7676 def testFrameworks = Seq (" swam.util.Framework" )
7777 def moduleDeps = Seq (core, util.test)
7878 }
@@ -83,8 +83,8 @@ object text extends SwamModule with PublishModule {
8383 def moduleDeps = Seq (core)
8484
8585 def ivyDeps = Agg (
86- ivy " com.lihaoyi::fastparse:2.1.0 " ,
87- ivy " co.fs2::fs2-io:1.0.0 " )
86+ ivy " com.lihaoyi::fastparse:2.1.2 " ,
87+ ivy " co.fs2::fs2-io:1.0.4 " )
8888
8989 def publishVersion = swamVersion
9090
@@ -118,9 +118,9 @@ object runtime extends SwamModule with PublishModule {
118118
119119 object test extends Tests with ScalafmtModule {
120120 def ivyDeps = Agg (
121- ivy " com.lihaoyi::utest:0.6.4 " ,
122- ivy " com.github.pathikrit::better-files:3.5.0 " ,
123- ivy " com.lihaoyi::pprint:0.5.3 " )
121+ ivy " com.lihaoyi::utest:0.6.7 " ,
122+ ivy " com.github.pathikrit::better-files:3.7.1 " ,
123+ ivy " com.lihaoyi::pprint:0.5.4 " )
124124 def testFrameworks = Seq (" swam.util.Framework" )
125125 def moduleDeps = Seq (runtime, text, util.test)
126126 }
@@ -143,8 +143,8 @@ object util extends SwamModule {
143143
144144 object test extends SwamModule {
145145 def ivyDeps = Agg (
146- ivy " com.lihaoyi::utest:0.6.4 " ,
147- ivy " com.github.pathikrit::better-files:3.5.0 " )
146+ ivy " com.lihaoyi::utest:0.6.7 " ,
147+ ivy " com.github.pathikrit::better-files:3.7.1 " )
148148 }
149149
150150}
0 commit comments