Skip to content

Commit

Permalink
Merge pull request #160 from guardian/ash/Scala3
Browse files Browse the repository at this point in the history
Publish a Scala 3 version of anghammarad-client
  • Loading branch information
AshCorr authored Jan 11, 2024
2 parents da1dc02 + 7907ada commit d16a24d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package com.gu.anghammarad.messages

import com.gu.anghammarad.AnghammaradException.Fail
import com.gu.anghammarad.models.HangoutMessage
import sttp.client3.{HttpURLConnectionBackend, Response, UriContext, basicRequest}

import scala.util.{Success, Try}
import sttp.client3._

object HangoutsService {

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ val assemblySettings = Seq(
)

inThisBuild(Seq(
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.12.18", scalaVersion.value),
scalaVersion := "3.3.1",
crossScalaVersions := Seq("2.13.12", scalaVersion.value),
scalacOptions ++= Seq(
"-deprecation",
"-Xfatal-warnings",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.8.2-SNAPSHOT"
ThisBuild / version := "2.0.0-SNAPSHOT"

0 comments on commit d16a24d

Please sign in to comment.