Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Dec 30, 2024
1 parent 1feb30d commit d62b450
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/l
ThisBuild / organization := "org.mbari"
ThisBuild / organizationName := "Monterey Bay Aquarium Research Institute"
ThisBuild / resolvers ++= Seq(Resolver.githubPackages("mbari-org", "maven"))
ThisBuild / scalaVersion := "3.5.2"
ThisBuild / scalaVersion := "3.6.2"
ThisBuild / usePipelining := true
// ThisBuild / scalaVersion := "3.4.2"
// ThisBuild / scalaVersion := "3.3.1" // Fails. See https://github.com/lampepfl/dotty/issues/17069#issuecomment-1763053572
Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Dependencies {
lazy val helidonEncodingDeflate = "io.helidon.http.encoding" % "helidon-http-encoding-deflate" % helidonVersion
lazy val helidonEncodingGzip = "io.helidon.http.encoding" % "helidon-http-encoding-gzip" % helidonVersion

val hibernateVersion = "6.6.3.Final"
val hibernateVersion = "6.6.4.Final"
lazy val hibernateCore = "org.hibernate.orm" % "hibernate-core" % hibernateVersion
lazy val hibernateJCache = "org.hibernate" % "hibernate-jcache" % hibernateVersion
lazy val hibernateEnvers = "org.hibernate.orm" % "hibernate-envers" % hibernateVersion
Expand All @@ -31,7 +31,7 @@ object Dependencies {
lazy val jansi = "org.fusesource.jansi" % "jansi" % "2.4.1"
lazy val jaspyt = "org.jasypt" % "jasypt" % "1.9.3"
lazy val junit = "junit" % "junit" % "4.13.2"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.15"
lazy val mssqlserver = "com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.1.jre11"
lazy val munit = "org.scalameta" %% "munit" % "1.0.3"
lazy val oracle = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0"
Expand All @@ -42,7 +42,7 @@ object Dependencies {
lazy val slf4jJulBridge = "org.slf4j" % "jul-to-slf4j" % slf4jVersion
lazy val slf4jSystem = "org.slf4j" % "slf4j-jdk-platform-logging" % slf4jVersion

private val tapirVersion = "1.11.9"
private val tapirVersion = "1.11.11"
lazy val tapirCirce = "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion
lazy val tapirHelidon = "com.softwaremill.sttp.tapir" %% "tapir-nima-server" % tapirVersion
lazy val tapirPrometheus = "com.softwaremill.sttp.tapir" %% "tapir-prometheus-metrics" % tapirVersion
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.10.6
sbt.version=1.10.7

0 comments on commit d62b450

Please sign in to comment.