Skip to content

Commit

Permalink
Update fs2-core to 3.5.0 and sbt-mu-srcgen to 0.30.1 (#1583)
Browse files Browse the repository at this point in the history
* Update fs2-core to 3.5.0

* Update sbt-mu-srcgen to 0.30.1

Co-authored-by: fortyseven_degrees <[email protected]>
  • Loading branch information
fedefernandez and 47erbot authored Jan 18, 2023
1 parent d956175 commit 5c9292a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object ProjectPlugin extends AutoPlugin {
val dockerItScala = "0.9.9"
val dropwizard: String = "4.2.15"
val enumeratum: String = "1.7.2"
val fs2: String = "3.4.0"
val fs2: String = "3.5.0"
val fs2Grpc: String = "2.5.6"
val grpc: String = "1.52.1"
val kindProjector: String = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.6"
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.5")
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.30.0")
addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.30.1")

0 comments on commit 5c9292a

Please sign in to comment.