Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Apr 27, 2020
1 parent b210cc3 commit d501ea0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: scala
scala:
- 2.12.10
- 2.13.1
- 2.12.11
- 2.13.2

jdk:
- openjdk8
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import xerial.sbt.Sonatype.GitHubHosting

name := "ijp-debayer2sx"

val _version = "1.0.2-SNAPSHOT"
val _scalaVersions = Seq("2.13.1", "2.12.10")
val _version = "1.1.0-SNAPSHOT"
val _scalaVersions = Seq("2.13.2", "2.12.11")
val _scalaVersion = _scalaVersions.head

version := _version
Expand Down Expand Up @@ -48,8 +48,8 @@ val commonSettings = Seq(
javacOptions ++= Seq("-deprecation", "-Xlint"),
//
libraryDependencies ++= Seq(
"net.imagej" % "ij" % "1.52p",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"net.imagej" % "ij" % "1.52v",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
),
resolvers += Resolver.sonatypeRepo("snapshots"),
//
Expand Down Expand Up @@ -77,7 +77,7 @@ lazy val ijp_debayer2sx_core = project.in(file("ijp-debayer2sx-core"))
name := "ijp-debayer2sx-core",
description := "IJP DeBayer2SX Core",
commonSettings,
libraryDependencies += "com.beachape" %% "enumeratum" % "1.5.13",
libraryDependencies += "com.beachape" %% "enumeratum" % "1.5.15",
)

lazy val ijp_debayer2sx_plugins = project.in(file("ijp-debayer2sx-plugins"))
Expand Down

0 comments on commit d501ea0

Please sign in to comment.