Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dlindhol committed Jun 10, 2024
1 parent 2749f6b commit 27b3925
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ThisBuild / organization := "io.latis-data"
ThisBuild / scalaVersion := "3.3.1"
ThisBuild / scalaVersion := "3.3.3"

val fs2DataVersion = "1.8.1"
val http4sVersion = "0.23.25"
val latisVersion = "4abcef6" //TODO: update when latis3's scala-3 branch is merged
val latisHapiVersion = "3e21c35" //TODO: update when latis3-hapi's scala-3 branch is merged
val http4sVersion = "0.23.27"
val latisVersion = "792d62ed"
val latisHapiVersion = "d70da0a5"

lazy val root = (project in file("."))
.settings(
Expand All @@ -18,9 +18,9 @@ lazy val root = (project in file("."))
"org.http4s" %% "http4s-dsl" % http4sVersion % Provided,
"org.http4s" %% "http4s-circe" % http4sVersion,
"org.http4s" %% "http4s-scalatags" % "0.25.2",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"io.circe" %% "circe-generic" % "0.14.6",
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"io.circe" %% "circe-generic" % "0.14.7",
// coursier only seems to include compile dependencies when
// building a standalone executable (see coursier/coursier#552)
"ch.qos.logback" % "logback-classic" % "1.3.14" % Test,
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.9.7
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")

0 comments on commit 27b3925

Please sign in to comment.