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

bump: A few versions for the next release #67

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
import sbt._

object Dependencies {
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
val CrossScalaVersions = Seq(Scala213, Scala3)

val AkkaVersion = "2.9.0"
val AkkaVersion = "2.9.3"
val AkkaVersionInDocs = AkkaVersion.take(3)
val AkkaHttpVersionInDocs = "10.6"
val ScalaTestVersion = "3.2.15"
val ScalaTestVersion = "3.2.18"

val commonsText = "org.apache.commons" % "commons-text" % "1.10.0" // ApacheV2
val commonsText = "org.apache.commons" % "commons-text" % "1.11.0" // ApacheV2

object Compile {
val akkaActor = "com.typesafe.akka" %% "akka-actor" % AkkaVersion
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.4")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.55")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.57")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
Expand Down