Skip to content

Commit

Permalink
Merge pull request #344 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 May 8, 2024
2 parents 0af13a7 + a9996f0 commit 01563a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ThisBuild / description := "A simple graphql client which uses auto generated sa
ThisBuild / licenses := List("MIT" -> new URL("https://choosealicense.com/licenses/mit/"))
ThisBuild / homepage := Some(url("https://github.com/nationalarchives/tdr-graphql-client"))

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

useGpgPinentry := true
publishTo := sonatypePublishToBundle.value
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._

object Dependencies {
lazy val circeGenericExtrasVersion = "0.14.3"
lazy val circeVersion = "0.14.6"
lazy val sttpVersion = "3.9.4"
lazy val circeVersion = "0.14.7"
lazy val sttpVersion = "3.9.6"

lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
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.9.9
sbt.version=1.10.0

0 comments on commit 01563a0

Please sign in to comment.