Skip to content

Commit

Permalink
Merge pull request #27 from balhoff/balhoff-patch-1
Browse files Browse the repository at this point in the history
Create scala.yml
  • Loading branch information
balhoff authored Jun 23, 2021
2 parents 3b525d3 + e587e12 commit efcdbf8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Scala CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: sbt test
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libraryDependencies ++= {
"com.typesafe.akka" %% "akka-stream" % "2.6.1",
"org.geneontology" %% "arachne" % "1.2.1",
"org.geneontology" %% "whelk-owlapi" % "1.1.1",
"com.outr" %% "scribe-slf4j" % "2.7.10",
"com.outr" %% "scribe-slf4j" % "3.5.5",
"org.apache.jena" % "apache-jena-libs" % "3.13.1" pomOnly()
)
}
Expand Down
3 changes: 1 addition & 2 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
sbt.version=1.4.0

sbt.version=1.5.3

0 comments on commit efcdbf8

Please sign in to comment.