Skip to content

Commit

Permalink
Merge pull request #315 from nationalarchives/scala-steward-dependencies
Browse files Browse the repository at this point in the history
Scala Steward Updates
  • Loading branch information
mergify[bot] authored Jan 27, 2025
2 parents 7efe8fb + 4a58647 commit 0dd9484
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt test
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Dependencies._

ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "uk.gov.nationalarchives"
ThisBuild / organizationName := "db.users"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Dependencies {
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.229"
lazy val postgres = "org.postgresql" % "postgresql" % "42.7.4"
lazy val kmsUtils = "uk.gov.nationalarchives" %% "kms-utils" % "0.1.231"
lazy val postgres = "org.postgresql" % "postgresql" % "42.7.5"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2"
lazy val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.8"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0")

0 comments on commit 0dd9484

Please sign in to comment.