Skip to content

Commit

Permalink
chore: general versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHH committed Sep 24, 2023
1 parent 07ca966 commit 1d0a4fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
object Versions {

val scalaVersion = "3.3.0"
val scalaVersion = "3.3.1"

val pekkoVersion = "1.0.1"
val pekkoHttpVersion = "1.0.0"
val catsVersion = "2.9.0"
val logBackVersion = "1.2.11"
val circeVersion = "0.14.6"
val scalaJsDomVersion = "2.3.0"
val laminarVersion = "15.0.1"
val laminextVersion = "0.15.0"
val laminarVersion = "16.0.0"
val laminextVersion = "0.16.2"
val munitVersion = "0.7.29"
val scalacheckDerivedVersion = "0.4.0"
val scalacheckDerivedVersion = "0.4.2"
val http4sVersion = "1.0.0-M40"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.0
sbt.version = 1.9.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

Expand Down

0 comments on commit 1d0a4fb

Please sign in to comment.