Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor/major updates #912

Merged
merged 22 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7cd6a03
Update sbt-projectmatrix to 0.9.1
scala-center-steward[bot] Jul 28, 2023
94e3005
Update sentry-logback to 6.27.0
scala-center-steward[bot] Jul 28, 2023
fe20173
Update http4s-circe to 0.23.23
scala-center-steward[bot] Jul 28, 2023
299a160
Update http4s-dsl to 0.23.23
scala-center-steward[bot] Jul 28, 2023
b24fe86
Update http4s-ember-client to 0.23.23
scala-center-steward[bot] Jul 28, 2023
298f4f3
Update http4s-ember-server to 0.23.23
scala-center-steward[bot] Jul 28, 2023
86fc221
Update mongo-scala-driver to 4.10.2
scala-center-steward[bot] Jul 28, 2023
afaa197
Update metals to 1.0.0
scala-center-steward[bot] Jul 28, 2023
8d29d87
Update scalameta to 4.8.6
scala-center-steward[bot] Jul 28, 2023
f7e62a1
Revert commit(s) 8d29d872, afaa197a, 86fc2215, 298f4f39, b24fe862, 29…
scala-center-steward[bot] Sep 8, 2023
3172003
Merge branch 'main' into update/minor_major
scala-center-steward[bot] Sep 8, 2023
da9e1a9
Update sbt-projectmatrix to 0.9.1
scala-center-steward[bot] Sep 8, 2023
30574b5
Update akka-http-session:core to 0.7.1
scala-center-steward[bot] Sep 8, 2023
e89d7ef
Update circe-generic to 0.14.6
scala-center-steward[bot] Sep 8, 2023
2fcd9ee
Update sentry-logback to 6.29.0
scala-center-steward[bot] Sep 8, 2023
2c564c3
Update org.eclipse.lsp4j to 0.21.1
scala-center-steward[bot] Sep 8, 2023
5a0f686
Update http4s-circe to 0.23.23
scala-center-steward[bot] Sep 8, 2023
d1defdd
Update http4s-dsl to 0.23.23
scala-center-steward[bot] Sep 8, 2023
9d38524
Update http4s-ember-client to 0.23.23
scala-center-steward[bot] Sep 8, 2023
9f8f4a3
Update http4s-ember-server to 0.23.23
scala-center-steward[bot] Sep 8, 2023
a2fde63
Update mongo-scala-driver to 4.10.2
scala-center-steward[bot] Sep 8, 2023
e1b1ec2
Update sbt-docker to 1.11.0
scala-center-steward[bot] Sep 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val loggingAndTest = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.4.7",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"io.sentry" % "sentry-logback" % "6.22.0"
"io.sentry" % "sentry-logback" % "6.29.0"
)
) ++ testSettings

Expand Down Expand Up @@ -124,12 +124,12 @@ lazy val metalsRunner = project
scalaVersion := ScalaVersions.stable3,
libraryDependencies ++= Seq(
"org.scalameta" % "metals" % "1.0.1" cross (CrossVersion.for3Use2_13),
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.0",
"org.http4s" %% "http4s-ember-server" % "0.23.19",
"org.http4s" %% "http4s-ember-client" % "0.23.19",
"org.http4s" %% "http4s-dsl" % "0.23.19",
"org.http4s" %% "http4s-circe" % "0.23.19",
"io.circe" %% "circe-generic" % "0.14.5",
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.1",
"org.http4s" %% "http4s-ember-server" % "0.23.23",
"org.http4s" %% "http4s-ember-client" % "0.23.23",
"org.http4s" %% "http4s-dsl" % "0.23.23",
"org.http4s" %% "http4s-circe" % "0.23.23",
"io.circe" %% "circe-generic" % "0.14.6",
"com.evolutiongaming" %% "scache" % "4.2.3",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test
Expand Down Expand Up @@ -200,7 +200,7 @@ lazy val server = project
libraryDependencies ++= Seq(
"org.apache.commons" % "commons-text" % "1.10.0",
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
"com.softwaremill.akka-http-session" %% "core" % "0.7.0",
"com.softwaremill.akka-http-session" %% "core" % "0.7.1",
"ch.megard" %% "akka-http-cors" % "1.2.0",
akka("cluster"),
akka("slf4j"),
Expand All @@ -226,7 +226,7 @@ lazy val storage = project
.settings(
scalacOptions += "-Ywarn-unused",
libraryDependencies ++= Seq(
"org.mongodb.scala" %% "mongo-scala-driver" % "4.9.1",
"org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2",
"net.lingala.zip4j" % "zip4j" % "2.11.5"
)
)
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.10.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % SbtShared.ScalaJSVersions.current)

addSbtPlugin("org.olegych" %% "sbt-cached-ci" % "1.0.4")
Expand Down
6 changes: 3 additions & 3 deletions project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")