Skip to content

Commit

Permalink
Dependency updates (#200)
Browse files Browse the repository at this point in the history
* Update scalatest to 3.2.16 (#194)

Co-authored-by: Ilya Surkov <[email protected]>

(cherry picked from commit eb4d2e0)

* Update sbt-ci-release to 1.5.12 (#189)

(cherry picked from commit 47db5a0)

* Update cats-core to 2.9.0 (#160)

* Update cats-core to 2.9.0

---------

Co-authored-by: Ilya Surkov <[email protected]>

(cherry picked from commit e0693f1)

* Update sbt-coveralls to 1.3.8 (#187)

(cherry picked from commit 09609ec)

* Update sbt-scoverage to 2.0.7 (#180)

(cherry picked from commit c0c9334)

* Update scala-library to 2.13.10 (#153)

* Update scala-library to 2.13.10

* Update scala version in github ci to 2.13.10

---------

Co-authored-by: Ilya Surkov <[email protected]>

(cherry picked from commit d8592bf)

* Update sbt to 1.8.3 (#199)

Co-authored-by: Ilya Surkov <[email protected]>
(cherry picked from commit d51bba3)

---------

Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
i-surkov and scala-steward authored May 26, 2023
1 parent e7ba5b3 commit 423ac9b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
scala:
- 2.13.8
- 2.13.10
- 2.12.17

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ organizationHomepage := Some(url("http://evolutiongaming.com"))

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.8", "2.12.17")
crossScalaVersions := Seq("2.13.10", "2.12.17")

libraryDependencies ++= Seq(
compilerPlugin(betterMonadicFor),
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import sbt._

object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.3"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.11.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "0.5.0"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.2"
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"

object Cats {
val core = "org.typelevel" %% "cats-core" % "2.8.0"
val core = "org.typelevel" %% "cats-core" % "2.9.0"
val effect = "org.typelevel" %% "cats-effect" % "2.5.5"
}
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.8.3
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.4")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.2")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.8")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")

Expand Down

0 comments on commit 423ac9b

Please sign in to comment.