Skip to content

Commit 9cfcc0b

Browse files
authored
add enumeratum dependency to release.sbt (#318)
1 parent 52da3ab commit 9cfcc0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ lazy val api = project
7070
name := "omega-edit",
7171
libraryDependencies ++= {
7272
Seq(
73+
"com.beachape" %% "enumeratum" % "1.7.0",
7374
"com.ctc" %% s"omega-edit-native" % version.value % Test classifier platform.id,
7475
"com.github.jnr" % "jnr-ffi" % "2.2.12",
7576
"org.scalatest" %% "scalatest" % "3.2.12" % Test

0 commit comments

Comments
 (0)