Skip to content

Commit

Permalink
Bump version to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tverbeiren committed Apr 19, 2020
1 parent dbf4af9 commit a6b2d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolvers += "Local Ivy" at "file://Users/toni/.ivy2/local"
resolvers += Resolver.githubPackages("data-intuitive")

libraryDependencies ++= Seq(
"com.data-intuitive" %% "luciuscore" % "3.3.3-SNAPSHOT",
"com.data-intuitive" %% "luciuscore" % "3.3.3",
"spark.jobserver" %% "job-server-api" % "0.8.0" % "provided",
"spark.jobserver" %% "job-server-extras" % "0.8.0" % "provided",
"org.scalactic" %% "scalactic" % "3.0.7" % "test" ,
Expand Down

0 comments on commit a6b2d1f

Please sign in to comment.