Skip to content

Commit

Permalink
Merge pull request #578 from http4s/backport
Browse files Browse the repository at this point in the history
Backport changes from main
  • Loading branch information
zarthross authored Aug 3, 2021
2 parents b64a96e + 0783f22 commit a2fa075
Show file tree
Hide file tree
Showing 53 changed files with 5,038 additions and 4,490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [1.8, 1.11, 1.14]
scala: [2.12.13, 2.13.4]
scala: [2.12.14, 2.13.6]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [1.14]
scala: [2.12.13, 2.13.4]
scala: [2.12.14, 2.13.6]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [1.14]
scala: [2.12.13, 2.13.4]
scala: [2.12.14, 2.13.6]
steps:
- uses: actions/checkout@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target/
/.ensime
/.idea/
/.idea_modules/
/.bsp

.cache
.classpath
Expand Down
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import spray.revolver.RevolverPlugin._

import com.typesafe.sbt.SbtGit.git

import scala.util.Properties.envOrNone

import Dependencies._, RhoPlugin._

lazy val rho = project
Expand All @@ -29,7 +27,7 @@ lazy val `rho-core` = project
case _ => Nil
}
},
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4")
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0")
)

lazy val `rho-swagger` = project
Expand Down Expand Up @@ -133,7 +131,7 @@ lazy val buildSettings = publishing ++
`scala-reflect` % scalaVersion.value
)
else Seq.empty),
libraryDependencies ++= specs2
libraryDependencies ++= Seq(munit, munitCatsEffect, scalacheckMunit)
)

// to keep REPL usable
Expand Down
Loading

0 comments on commit a2fa075

Please sign in to comment.