Skip to content

Commit 5c9292a

Browse files
Update fs2-core to 3.5.0 and sbt-mu-srcgen to 0.30.1 (#1583)
* Update fs2-core to 3.5.0 * Update sbt-mu-srcgen to 0.30.1 Co-authored-by: fortyseven_degrees <[email protected]>
1 parent d956175 commit 5c9292a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/ProjectPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object ProjectPlugin extends AutoPlugin {
2222
val dockerItScala = "0.9.9"
2323
val dropwizard: String = "4.2.15"
2424
val enumeratum: String = "1.7.2"
25-
val fs2: String = "3.4.0"
25+
val fs2: String = "3.5.0"
2626
val fs2Grpc: String = "2.5.6"
2727
val grpc: String = "1.52.1"
2828
val kindProjector: String = "0.13.2"

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.6"
1515
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
1616
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
1717
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.5")
18-
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.30.0")
18+
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.30.1")

0 commit comments

Comments
 (0)