Skip to content

Commit 9b7c058

Browse files
committed
Merge branch 'master' into update/scribe-slf4j-2.7.13
2 parents f1c1198 + d7f808c commit 9b7c058

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ version := "1.1"
88

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

11-
scalaVersion := "2.13.3"
11+
scalaVersion := "2.13.5"
1212

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

1515
javaOptions += "-Xmx8G"
1616

1717
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
1818

19-
val zioVersion = "1.0.1"
19+
val zioVersion = "1.0.6"
2020

2121
libraryDependencies ++= {
2222
Seq(
2323
"dev.zio" %% "zio" % zioVersion,
2424
"dev.zio" %% "zio-streams" % zioVersion,
2525
"dev.zio" %% "zio-interop-monix" % "3.2.2.0-RC2",
2626
"io.monix" %% "monix" % "3.2.2",
27-
"org.geneontology" %% "whelk-owlapi" % "1.0.3",
28-
"com.outr" %% "scribe-slf4j" % "2.7.13",
29-
"com.github.alexarchambault" %% "case-app" % "2.0.4",
27+
"org.geneontology" %% "whelk-owlapi" % "1.0.4",
28+
"com.outr" %% "scribe-slf4j" % "2.7.12",
29+
"com.github.alexarchambault" %% "case-app" % "2.0.6",
3030
"org.apache.jena" % "apache-jena-libs" % "3.16.0" exclude ("org.slf4j", "slf4j-log4j12"),
3131
"dev.zio" %% "zio-test" % zioVersion % Test,
3232
"dev.zio" %% "zio-test-sbt" % zioVersion % Test

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.0")
1+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.6")

0 commit comments

Comments
 (0)