Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-davenverse-0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 16, 2022
2 parents eca4ea0 + c6f0342 commit 286f110
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.10, 2.13.6, 3.0.2]
scala: [2.12.10, 2.13.6, 3.1.2]
java: [adopt@1.8, adopt@1.11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.2]
scala: [3.1.2]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.6", "3.0.2")
ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.6", "3.1.2")

val catsV = "2.6.1"
val catsEffectV = "3.2.9"
val fs2V = "3.1.6"
val catsV = "2.7.0"
val catsEffectV = "3.3.11"
val fs2V = "3.2.7"
val http4sV = "0.23.0"
val circeV = "0.14.1"
val catsEffectTestingV = "1.3.0"
val log4catsV = "2.1.1"
val logbackClassicV = "1.2.6"
val logbackClassicV = "1.2.11"

val specs2V = "4.12.3"

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.5.5
sbt.version=1.5.8
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22")
addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.1.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

0 comments on commit 286f110

Please sign in to comment.