Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Jul 1, 2024
1 parent 8193f24 commit dfcc044
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ lazy val releaseSettings = {
/////////////////////// DEPENDENCIES /////////////////////////

// format: OFF
val `akka-actor` = Def.setting("com.typesafe.akka" %% "akka-actor-typed" % "2.8.5")
val `akka-stream` = Def.setting("com.typesafe.akka" %% "akka-stream" % "2.8.5")
val `akka-actor` = Def.setting("com.typesafe.akka" %% "akka-actor-typed" % "2.8.6")
val `akka-stream` = Def.setting("com.typesafe.akka" %% "akka-stream" % "2.8.6")
val `akka-http` = Def.setting("com.typesafe.akka" %% "akka-http" % "10.5.3")
val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.0.2")
val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.0.2")
val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.0.3")
val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.0.3")
val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.0.1")
val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0")
val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.7")
val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.7")
val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.7")
val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0")
val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.8")
val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.8")
val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.8")
val `scodec-bits` = Def.setting("org.scodec" %%% "scodec-bits" % "1.2.0")
val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0" % Test)
val macrolizer = Def.setting("io.bullet" %%% "macrolizer" % "0.6.2" % "compile-internal, test-internal")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
Expand Down

0 comments on commit dfcc044

Please sign in to comment.