Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8447327

Browse files
Merge branch 'master' into update/sbt-scalafmt-2.4.6
2 parents 2042f4d + ea59736 commit 8447327

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

‎.github/workflows/scala.yml‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,17 @@ jobs:
2020
distribution: 'adopt'
2121
- name: Run Tests
2222
run: sbt clean compile test
23+
24+
merge:
25+
name: Merge dependency update
26+
if: github.actor == 'anand-singh'
27+
needs:
28+
- build
29+
runs-on: ubuntu-latest
30+
steps:
31+
- name: merge PR
32+
uses: desbo/merge-pr-action@v0
33+
with:
34+
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
35+
ALLOWED_UPDATE: major
36+
MERGE_METHOD: squash

‎build.sbt‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
inThisBuild(
1212
List(
1313
organization := "com.techmonal",
14-
scalaVersion := "2.13.5",
14+
scalaVersion := "2.13.7",
1515
scalastyleFailOnError := true,
1616
scalastyleFailOnWarning := false,
1717
scalafmtOnCompile := true
@@ -54,17 +54,17 @@ lazy val db = project
5454
.settings(libraryDependencies ++= dbLibraryDependencies)
5555

5656
lazy val commonLibraryDependencies = Seq(
57-
"com.twitter" %% "util-core" % "21.6.0",
58-
"ch.qos.logback" % "logback-classic" % "1.2.6",
59-
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
57+
"com.twitter" %% "util-core" % "21.12.0",
58+
"ch.qos.logback" % "logback-classic" % "1.2.9",
59+
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
6060
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test
6161
) ++ circeDependencies
6262

6363
lazy val webLibraryDependencies = Seq()
6464

6565
lazy val dbLibraryDependencies = commonLibraryDependencies ++ Seq(
6666
"com.datastax.dse" % "dse-java-driver-core" % "1.5.1",
67-
"org.typelevel" %% "cats-core" % "2.6.1",
67+
"org.typelevel" %% "cats-core" % "2.7.0",
6868
"org.cassandraunit" % "cassandra-unit" % "3.5.0.1"
6969
)
7070

‎project/build.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.5.8

‎project/plugins.sbt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
44

55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
66

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /