Skip to content

Commit

Permalink
add enumeratum dependency to release.sbt (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate authored Jul 26, 2022
1 parent 52da3ab commit 9cfcc0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/release.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ lazy val api = project
name := "omega-edit",
libraryDependencies ++= {
Seq(
"com.beachape" %% "enumeratum" % "1.7.0",
"com.ctc" %% s"omega-edit-native" % version.value % Test classifier platform.id,
"com.github.jnr" % "jnr-ffi" % "2.2.12",
"org.scalatest" %% "scalatest" % "3.2.12" % Test
Expand Down

0 comments on commit 9cfcc0b

Please sign in to comment.