diff --git a/build.sbt b/build.sbt index 03923f4..de061f1 100644 --- a/build.sbt +++ b/build.sbt @@ -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( @@ -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, diff --git a/project/build.properties b/project/build.properties index e8a1e24..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.10.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 1db333d..df6df6d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")