Skip to content

Commit

Permalink
Use "cfor" for Scala 3 code too #24
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jan 15, 2023
1 parent 759c19f commit 631810a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 190 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ lazy val ijp_debayer2sx_core = project.in(file("ijp-debayer2sx-core"))
name := "ijp-debayer2sx-core",
description := "IJP DeBayer2SX Core",
commonSettings,
libraryDependencies += "io.github.metarank" %% "cfor" % "0.3",
libraryDependencies ++= {
if (isScala2(scalaVersion.value)) {
Seq(
"com.beachape" %% "enumeratum" % "1.7.2",
"io.github.metarank" %% "cfor" % "0.3"
"com.beachape" %% "enumeratum" % "1.7.2"
)
} else {
Seq.empty[ModuleID]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Image/J Plugins
* Copyright (C) 2002-2021 Jarek Sacha
* Copyright (C) 2002-2023 Jarek Sacha
* Author's email: jpsacha at gmail [dot] com
*
* This library is free software; you can redistribute it and/or
Expand Down

0 comments on commit 631810a

Please sign in to comment.