Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle authored Dec 3, 2024
1 parent 66aafd4 commit f70a015
Showing 1 changed file with 1 addition and 1 deletion.
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.14"
scalaVersion := "2.13.15"

useGpgPinentry := true
publishTo := sonatypePublishToBundle.value
Expand Down

0 comments on commit f70a015

Please sign in to comment.