Skip to content

Commit

Permalink
Remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Jul 16, 2024
1 parent a2827ed commit e0871b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package com.example

import com.example.Settings.GITHUB_URI
import com.example.Settings.TIMEOUT
import org.http4k.cloudnative.env.Environment
import org.http4k.cloudnative.env.Environment.Companion.ENV
import org.http4k.cloudnative.env.EnvironmentKey
import org.http4k.config.Environment
import org.http4k.config.Environment.Companion.ENV
import org.http4k.config.EnvironmentKey
import org.http4k.core.HttpHandler
import org.http4k.core.Method.GET
import org.http4k.core.Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import com.natpryce.hamkrest.assertion.assertThat
import com.natpryce.hamkrest.containsSubstring
import com.natpryce.hamkrest.has
import com.natpryce.hamkrest.throws
import org.http4k.cloudnative.env.Environment.Companion.EMPTY
import org.http4k.cloudnative.env.Environment.Companion.from
import org.http4k.config.Environment.Companion.EMPTY
import org.http4k.config.Environment.Companion.from
import org.http4k.core.Method.GET
import org.http4k.core.Request
import org.http4k.hamkrest.hasBody
Expand Down

0 comments on commit e0871b2

Please sign in to comment.