You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade PhantomDSL to version 2.59.0 and I noticed that this version already contains package jdk8 (which the latest version is 2.42.0). So I assumed that I do not need the additional phantom-jdk8 module. Yet, after changing build.sbt to have just phantom-dsl in version 2.59.0 I got:
[error] Cannot derive or find primitive implementation for class OffsetDateTime.
[error] Please create a Primitive manually using Primitive.iso or make sure
[error] the implicit Primitve for class OffsetDateTime is imported in the right scope.
I'm trying to upgrade PhantomDSL to version 2.59.0 and I noticed that this version already contains package
jdk8
(which the latest version is 2.42.0). So I assumed that I do not need the additionalphantom-jdk8
module. Yet, after changingbuild.sbt
to have justphantom-dsl
in version 2.59.0 I got:On the official page you are still pointing out that to support JDK8 I need to use the
phantom-jdk8
modulehttps://outworkers.github.io/phantom/basics/primitives.html#jdk8-primitives
So, what's the current status of supporting JDK8 by Phantom DSL?
The text was updated successfully, but these errors were encountered: