Skip to content

Commit

Permalink
Merge pull request #1027 from nationalarchives/update/scala-library-2…
Browse files Browse the repository at this point in the history
….13.12

Update scala-library to 2.13.12
  • Loading branch information
TomJKing committed Sep 15, 2023
2 parents 5c4edb2 + fccb039 commit 348c13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.io.FileWriter
ThisBuild / organization := "uk.gov.nationalarchives"
ThisBuild / organizationName := "National Archives"

scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

lazy val setLatestTagOutput = taskKey[Unit]("Sets a GitHub actions output for the latest tag")

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.0.1"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.0.2"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.6"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
}

0 comments on commit 348c13f

Please sign in to comment.