Skip to content

Commit

Permalink
Scala libs 32.43.5 (#2801)
Browse files Browse the repository at this point in the history
* sbt 1.10.7

* bump scala-libs

* update bloop
  • Loading branch information
paul-butcher authored Jan 10, 2025
1 parent 697d790 commit e4a53ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._
import scala.language.reflectiveCalls
object WellcomeDependencies {
lazy val defaultVersion = "32.43.4"
lazy val defaultVersion = "32.43.5"
lazy val versions = new {
val typesafe = defaultVersion
val fixtures = defaultVersion
Expand Down Expand Up @@ -101,7 +101,7 @@ object ExternalDependencies {
val enumeratum = "1.7.4"
val enumeratumScalacheck = "1.7.4"
val jsoup = "1.18.1"
val logback = "1.1.11"
val logback = "1.5.8"
val scalatestPlus = "3.2.12.0"
val scalatestPlusMockitoArtifactId = "mockito-4-5"
val uPickle = "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.9.9
sbt.version=1.10.7

2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.35")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.2")

0 comments on commit e4a53ee

Please sign in to comment.