Skip to content

Commit

Permalink
updated unifile to fix relative path _exec() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
philwalk committed Jan 1, 2025
1 parent b133e51 commit 086a591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ javacOptions ++= Seq("-source", "11", "-target", "11")

//ThisBuild / envFileName := "dev.env" // sbt-dotenv plugin gets build environment here
ThisBuild / scalaVersion := scalaVer
ThisBuild / version := "0.10.16"
ThisBuild / version := "0.10.17"
ThisBuild / versionScheme := Some("semver-spec")

ThisBuild / organization := "org.vastblue"
Expand Down Expand Up @@ -79,7 +79,7 @@ lazy val root = (project in file(".")).

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.vastblue" % "unifile_3" % "0.3.6",
"org.vastblue" % "unifile_3" % "0.3.7",
"org.simpleflatmapper" % "sfm-csv" % "9.0.2",
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
"io.github.chronoscala" %% "chronoscala" % "2.0.10",
Expand Down

0 comments on commit 086a591

Please sign in to comment.