Skip to content

Commit ee8b19f

Browse files
authored
Update version and dependencies. (#236)
1 parent 16e5ee7 commit ee8b19f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.sbt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
lazy val zioVersion = "2.0.19"
2+
lazy val scribeVersion = "3.12.2"
23
lazy val gitCommitString = SettingKey[String]("gitCommit")
34

45
lazy val commonSettings = Seq(
56
organization := "org.geneontology",
6-
version := "2.3.1",
7+
version := "2.3.2",
78
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
89
homepage := Some(url("https://github.com/balhoff/relation-graph")),
910
scalaVersion := "2.13.12",
@@ -49,7 +50,8 @@ lazy val core = project
4950
"org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"),
5051
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
5152
"dev.zio" %% "zio-test" % zioVersion % Test,
52-
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
53+
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
54+
"com.outr" %% "scribe-slf4j" % scribeVersion % Test
5355
)
5456
)
5557
.settings(publishSettings)
@@ -66,7 +68,7 @@ lazy val cli = project
6668
executableScriptName := "relation-graph",
6769
publish / skip := true,
6870
libraryDependencies ++= Seq(
69-
"com.outr" %% "scribe-slf4j" % "3.12.2",
71+
"com.outr" %% "scribe-slf4j" % scribeVersion,
7072
"com.github.alexarchambault" %% "case-app" % "2.0.6",
7173
"io.circe" %% "circe-yaml" % "0.14.2",
7274
),

0 commit comments

Comments
 (0)