Skip to content

Commit 803e0ad

Browse files
committed
Update scala-library to 2.13.7
1 parent 1a7bf0d commit 803e0ad

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

build.sbt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version := "2.0-SNAPSHOT"
88

99
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT"))
1010

11-
scalaVersion := "2.13.6"
11+
scalaVersion := "2.13.7"
1212

1313
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
1414

@@ -20,13 +20,13 @@ val zioVersion = "1.0.12"
2020

2121
libraryDependencies ++= {
2222
Seq(
23-
"dev.zio" %% "zio" % zioVersion,
24-
"dev.zio" %% "zio-streams" % zioVersion,
25-
"org.geneontology" %% "whelk-owlapi" % "1.1.1",
26-
"com.outr" %% "scribe-slf4j" % "3.6.3",
27-
"com.github.alexarchambault" %% "case-app" % "2.0.6",
28-
"org.apache.jena" % "apache-jena-libs" % "4.2.0" exclude ("org.slf4j", "slf4j-log4j12"),
29-
"dev.zio" %% "zio-test" % zioVersion % Test,
30-
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
23+
"dev.zio" %% "zio" % zioVersion,
24+
"dev.zio" %% "zio-streams" % zioVersion,
25+
"org.geneontology" %% "whelk-owlapi" % "1.1.1",
26+
"com.outr" %% "scribe-slf4j" % "3.6.3",
27+
"com.github.alexarchambault" %% "case-app" % "2.0.6",
28+
"org.apache.jena" % "apache-jena-libs" % "4.2.0" exclude ("org.slf4j", "slf4j-log4j12"),
29+
"dev.zio" %% "zio-test" % zioVersion % Test,
30+
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
3131
)
3232
}

0 commit comments

Comments
 (0)