Skip to content

Commit

Permalink
Some version bumps
Browse files Browse the repository at this point in the history
This is just prior to the main work of #232
  • Loading branch information
rtyley committed Jan 24, 2024
1 parent d892745 commit 09fbc2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbt.Keys._
import sbt.Keys.*
import sbt.{Test, Tests}
import sbtrelease.ReleaseStateTransformations._
import sbtrelease.ReleaseStateTransformations.*
import sbtrelease.{Version, versionFormatError}

// dependency versions
Expand Down Expand Up @@ -83,12 +83,12 @@ lazy val versionSettingsMaybe = {
}

lazy val commonSettings = Seq(
scalaVersion := "2.13.2",
scalaVersion := "2.13.12",
// downgrade scrooge reserved word clashes to warnings
Compile / scroogeDisableStrict := true,
// scrooge 21.3.0: Builds are now only supported for Scala 2.12+
// https://twitter.github.io/scrooge/changelog.html#id11
crossScalaVersions := Seq("2.12.11", scalaVersion.value),
crossScalaVersions := Seq("2.12.18", scalaVersion.value),
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
organization := "com.gu",
licenses := Seq("Apache v2" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")),
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.6
sbt.version=1.9.8

0 comments on commit 09fbc2f

Please sign in to comment.