Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Aug 19, 2024
1 parent 592b33b commit 212122d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" %
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.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 `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.9")
val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.9")
val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.9")
val `scodec-bits` = Def.setting("org.scodec" %%% "scodec-bits" % "1.2.1")
val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.1" % Test)
val macrolizer = Def.setting("io.bullet" %%% "macrolizer" % "0.6.2" % "compile-internal, test-internal")
// format: ON

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1
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.11.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
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 212122d

Please sign in to comment.