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 3263c86 commit 7360f42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Down

0 comments on commit 7360f42

Please sign in to comment.